Skip to main content
POST
Bulk create interviews

Authorizations

Authorization
string
header
required

Organisation API key created in Assess → Developer → API Keys. Format: Bearer ct_live_<your-key> (live) or Bearer ct_test_<your-key> (test). Optional per-key CIDR allowlists return 403 IP_NOT_ALLOWED.

Body

candidates
object[]
required
title
string
Minimum string length: 1
interview_type
string
Minimum string length: 1
interviewer_mode
string
Minimum string length: 1
job_description
string
Minimum string length: 1
time_limit_minutes
integer
scheduled_at
string<date-time>
coding_task_ids
string<uuid>[]
org_task_ids
string<uuid>[]
persona
object

Response

created
object[]
required
errors
object[]
required
Last modified on September 5, 2026