Overview
A score card template defines the scoring rubric (topics, weights, and rubric descriptions) used to evaluate candidates for an interview. Each interview has at most one active template. Templates are addressed under their interview:Topic
weight is provided as a number from 0 to 100. You can also create a scorecard
inline when creating an interview via the scoreCardTopics field on
POST /interviews.Get Score Card Template
Endpoint:GET /qsi/gather/interviews/{interviewId}/score-card-template
UUID of the interview.
Create Score Card Template
Endpoint:POST /qsi/gather/interviews/{interviewId}/score-card-template
UUID of the interview.
- cURL
- JavaScript
- Python
Update Score Card Template
Endpoint:PATCH /qsi/gather/interviews/{interviewId}/score-card-template
UUID of the interview.
Delete Score Card Template
Endpoint:DELETE /qsi/gather/interviews/{interviewId}/score-card-template
UUID of the interview.
Generate Score Card Template
Generate a suggested scorecard for the interview from its questions and job description. Endpoint:POST /qsi/gather/interviews/{interviewId}/score-card-template/generate
UUID of the interview.
Suggest Topics
Suggest scorecard topics without persisting them. Endpoint:POST /qsi/gather/score-card-templates/suggest-topics
This endpoint is not interview-scoped — it returns suggested topics you can review and then
submit via Create or Update.
Related Resources
Interviews
Create interviews and attach scorecards inline
Replicas
Avatars for AI interviewers

