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.
Illustration of AI interview capabilities connected through automation and developer workflows
Illustration of AI interview capabilities connected through automation and developer workflows

Common API Workflow

  1. Create an interview template with POST /interviews.
  2. Add questions with POST /interviews/{id}/questions.
  3. Publish the interview with POST /interviews/{id}/publish.
  4. Share the returned URL or invite candidates through the API.
  5. 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

Next Step

Start with the Developer API quick start, then move to the API reference when you are ready to wire production workflows.