API Reference
Coming SoonProgrammatic access to the Audionyx intelligence pipeline. Submit audio, retrieve transcripts, query claims, and receive webhook notifications — all via REST.
Planned Endpoints
Endpoints below reflect the planned v1 surface. Names and paths may change before release.
/v1/jobsSubmit audio for processing from a URL or multipart upload
/v1/jobs/:idRetrieve job status and pipeline progress
/v1/jobs/:id/transcriptFetch the full transcript with speaker labels and timestamps
/v1/jobs/:id/claimsList all extracted claims with fact-check verdicts
/v1/jobs/:id/topicsRetrieve topic segments with summaries
/v1/jobs/:id/queryAsk a question about an audio file (streaming response)
/v1/webhooksRegister 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