Skip to main content
GET
Get Transcription Task

Authorizations

X-Client-Id
string
header
required

Your client_id, issued in the Portal.

X-Client-Api-Key
string
header
required

Your api_key, issued alongside client_id / secret_key in the Portal.

Path Parameters

transcription_id
string
required

The transcription_id returned when the audio was submitted.

Response

200 - application/json

Transcription status and results

transcription_id
string
Example:

"task_exec_xxx"

status
enum<string>

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"

data
object

Populated when the status is SUCCESS.