Transcribe an audio file or URI

View as Markdown
Submit a file upload OR a URI for batched, server-side transcription. **Inline mode** — omit `callback_url`: returns `200 OK` with the transcript in `data`. **Async mode** — set `callback_url`: returns `202 Accepted` and POSTs the transcript to your `callback_url` when ready. See the `transcriptDelivered` operation under **Webhooks** for the payload shape, retry policy, and correlation contract.

Headers

apikeystringOptional
API key required when calling through the API gateway.

Request

This endpoint expects an object.
uristringRequired
call_uuidstringRequired
callback_urlstringRequiredformat: "uri"

Response

Inline mode (no callback_url)

statusstring
call_uuidstring
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
413
Content Too Large Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error
504
Gateway Timeout Error