For Creators
AI Interview API
Use the Aural API to create interviews, add questions, publish links, manage candidates, and retrieve interview results programmatically.
Direct answer
An AI interview API lets software create and manage interviews without clicking through the web app. Aural exposes a REST API for creating interview templates, adding questions, publishing shareable links, inviting candidates, listing sessions, and retrieving transcripts and AI-generated results.

Common API Workflow
- Create an interview template with
POST /interviews. - Add questions with
POST /interviews/{id}/questions. - Publish the interview with
POST /interviews/{id}/publish. - Share the returned URL or invite candidates through the API.
- Retrieve sessions and transcripts after participants complete interviews.
What You Can Build
ATS automation
Trigger an Aural interview when a candidate enters a screening stage.
Research operations
Generate interview links for panels, customer discovery calls, or study cohorts.
Internal dashboards
Pull transcripts, summaries, scores, and session status into a team reporting surface.
AI agent workflows
Let an internal agent create interviews, manage candidates, and fetch results through documented endpoints.
Discovery Files
/api/v1/openapi.json- machine-readable OpenAPI spec./llms.txt- concise AI-readable product and API overview./llms-full.txt- full AI-readable API reference./.well-known/api-catalog- API discovery linkset.
Next Step
Start with the Developer API quick start, then move to the API reference when you are ready to wire production workflows.