Submit Audio for Transcription
Transcription API
Submit Audio for Transcription
Submit an audio file for transcription. Pass the pre-signed download URL returned by complete-upload. Transcription runs asynchronously — use the returned transcription_id to poll for results.
POST
Submit Audio for Transcription
Authorizations
Your client_id, issued in the Portal.
Your api_key, issued alongside client_id / secret_key in the Portal.
Headers
Body
application/json
Response
200 - application/json
Transcription task accepted
Identifier used to poll for results.
Example:
"task_exec_xxx"
PENDING, RECEIVED, STARTED, PROGRESS indicate the task is in progress — keep polling. SUCCESS means the data is ready. FAILURE and REVOKED are terminal failures.
Available options:
PENDING, RECEIVED, STARTED, PROGRESS, SUCCESS, FAILURE, REVOKED Example:
"PENDING"
Empty until the transcription completes.