> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interview.qode.world/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracy Interview API

> Schedule AI-powered candidate interviews from your application.

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

<Steps>
  <Step title="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.
  </Step>

  <Step title="List your jobs">
    Call [`GET /jobs`](/api-reference/endpoint/list-jobs) to discover which jobs the key can hire for. Each entry includes a `qodeJobId`.
  </Step>

  <Step title="Create an interview">
    Call [`POST /interviews`](/api-reference/endpoint/create-interview) with the candidate's details and the chosen `qodeJobId`. The response contains an `interview_link` to share with the candidate.
  </Step>
</Steps>

## Base URLs

| Environment | URL                                   |
| ----------- | ------------------------------------- |
| Production  | `https://interview.qode.world/api/v1` |
| Staging     | `https://interview.gomu.ai/api/v1`    |

Every endpoint expects `Authorization: Bearer <api-key>`. See [API reference → Authentication](/api-reference/introduction).
