Skip to main content
POST
Submit Audio for Transcription

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.

Headers

Content-Type
string
default:application/json
required

Body

application/json
file_url
string
required

Pre-signed download URL returned by complete-upload (M4A, MP3, WAV).

params
object

Optional transcription parameters.

Response

200 - application/json

Transcription task accepted

transcription_id
string

Identifier used to poll for results.

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

Empty until the transcription completes.