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.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.
Get started in three steps
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.
List your jobs
Call
GET /jobs to discover which jobs the key can hire for. Each entry includes a qodeJobId.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
| Environment | URL |
|---|---|
| Production | https://interview.gomu.ai/api/v1 |
| Staging | https://interview.qode.world/api/v1 |
Authorization: Bearer <api-key>. See API reference → Authentication.