Get Transcription Task
Transcription API
Get Transcription Task
Retrieve the status and results of a transcription task. Keep polling while the status is PENDING, RECEIVED, STARTED, or PROGRESS. When the status is SUCCESS, the data object is populated.
GET
Get Transcription Task
Authorizations
Your client_id, issued in the Portal.
Your api_key, issued alongside client_id / secret_key in the Portal.
Path Parameters
The transcription_id returned when the audio was submitted.
Response
200 - application/json
Transcription status and 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"
Populated when the status is SUCCESS.