Get started in three steps
1
Get your API key
Contact your organization admin to receive an API key. Each key is scoped to your account and the jobs you own.
2
List your jobs
Call
GET /jobs to discover which jobs the key can hire for. Each entry includes a qodeJobId.3
Create an interview
Call
POST /interviews with the candidate’s details and the chosen qodeJobId. The response contains an interview_link to share with the candidate.Base URLs
Every endpoint expects
Authorization: Bearer <api-key>. See API reference → Authentication.