Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aansi.qode.world/llms.txt

Use this file to discover all available pages before exploring further.

The Aansi 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 the Aansi team 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

EnvironmentURL
Productionhttps://interview.gomu.ai/api/v1
Staginghttps://interview.qode.world/api/v1
Every endpoint expects Authorization: Bearer <api-key>. See API reference → Authentication.