Create scorecard template
Create a new scorecard template (assessment rubric) with optional criteria.
Job scoping: pass job_id to bind the template to a specific job. Only one active template can exist per job — archive the existing one before creating a new one.
Team member assignment: the template is recorded as created by the calling team member by default. Pass team_member_id to attribute creation to a different team member (required when the caller is an API key without a team-member context).
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Body
Template name shown to raters (required).
1Optional template description.
Job UUID to scope this template to. Only one active template can exist per job. Omit to create an org-wide template.
Star rating scale. Must be one of: 3, 4, 5 (default), or 10.
When true, the AI copilot can auto-grade candidates against this template. Defaults to false.
Default note text pre-filled in the overall summary section. Plain text only.
Team member UUID to record as the template creator. Defaults to the caller. Required when the caller is authenticated with an API key (no team member context).
Criteria to attach to the template. Each criterion has a name and optional description, importance, position, and default_text. When position is omitted, criteria are numbered in the order provided.