Transcribe an audio file or URI
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
apikey
API key required when calling through the API gateway.
Request
This endpoint expects an object.
uri
call_uuid
callback_url
Response
Inline mode (no callback_url)
status
call_uuid
data
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

