API Reference

Coming Soon

Programmatic access to the Audionyx intelligence pipeline. Submit audio, retrieve transcripts, query claims, and receive webhook notifications — all via REST.

The API will be available to Newsroom plan subscribers when it enters beta. We'll notify everyone on the waitlist when access opens. In the meantime, you can use the full product via the web dashboard.

Planned Endpoints

Endpoints below reflect the planned v1 surface. Names and paths may change before release.

POST
/v1/jobs

Submit audio for processing from a URL or multipart upload

GET
/v1/jobs/:id

Retrieve job status and pipeline progress

GET
/v1/jobs/:id/transcript

Fetch the full transcript with speaker labels and timestamps

GET
/v1/jobs/:id/claims

List all extracted claims with fact-check verdicts

GET
/v1/jobs/:id/topics

Retrieve topic segments with summaries

POST
/v1/jobs/:id/query

Ask a question about an audio file (streaming response)

POST
/v1/webhooks

Register a webhook endpoint for pipeline events

Authentication

API key authentication via Bearer token. Keys will be managed from the dashboard settings.

Format

JSON request and response bodies. Streaming endpoints use server-sent events (SSE).

Webhooks

Subscribe to pipeline events — job.completed, job.failed, claim.verified — via HTTPS POST.

Want to explore what's available today?

Browse the documentation