GET
/
transcript
/
{jobId}

Authorizations

x-api-key
string
headerrequired

Path Parameters

jobId
string
required

The 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.