Skip to main content
The Tracy Interview API lets your application schedule AI-powered interviews for candidates. Send the candidate’s email, name, a link to their CV, and the job they’re applying for — we return a candidate-facing interview link you can share by email or paste into your own UI.

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.