Transcription Endpoint
Get Transcription Result
Retrieves the result of a transcription job by its ID. Words are only included if the job status is COMPLETED.
GET
/
transcript
/
{jobId}
Authorizations
x-api-key
string
headerrequiredPath Parameters
jobId
string
requiredThe unique identifier of the transcription job.
Response
200 - application/json
status
enum<string>
The status of the transcription job.
Available options:
COMPLETED
, IN_QUEUE
, FAILED
, IN_PROGRESS
words
object[] | null
The transcribed words, available only if the job status is COMPLETED.