Direct answer
An AI interview API lets software create and manage interviews without using the web interface. Aural exposes API endpoints for creating interviews, adding questions, publishing links, managing candidates, listing sessions, and retrieving transcripts and results.

Once interviews become part of a larger workflow, clicking through a dashboard is not enough. Recruiting teams may want an interview link created when a candidate enters a pipeline stage. Research teams may want to generate links for a participant panel. Internal tools may need transcripts and scores in a reporting dashboard.
What the API Enables
- Create interview templates from internal systems.
- Add structured questions and publish shareable links.
- Create candidate invite links programmatically.
- List sessions and retrieve transcripts, summaries, and results.
- Let AI agents discover and use the interview workflow safely.
Common Workflow
POST /interviewsto create the interview.POST /interviews/{id}/questionsto add questions.POST /interviews/{id}/publishto publish a link.- Share the returned URL with candidates or participants.
GET /sessions/{id}to retrieve the final record.
AI-Readable Discovery
Aural exposes /llms.txt, /llms-full.txt, /api/v1/openapi.json, and /.well-known/api-catalog. These files help developers and AI agents understand the public API surface without scraping the app.
Where to Start
Start with the API quick start, then use the API referencewhen you are ready to wire production workflows.