Create coding interview
Create a coding interview for a candidate against a job — supplying coding tasks either as explicit ids or a random-generation spec (topic, difficulty, language, count).
Authorizations
Provide the API key issued to you by your organization admin. Send it as Authorization: Bearer <api-key> on every request.
Body
Provide exactly one of coding_task_ids or generate.
Candidate's email. Used as the interview attendee.
Candidate's full name. Used to build the interview title.
1Public URL to the candidate's CV (PDF or DOCX).
Job identifier returned by GET /jobs.
1Enable AI-assisted autocomplete in the candidate's coding IDE. Defaults to false (off).
Explicit coding task ids to attach, in order. Mutually exclusive with generate.
Random-generation spec. Mutually exclusive with coding_task_ids.