GET
/
v2
/
transcription
/
{id}

Authorizations

x-gladia-key
string
headerrequired

Your personal Gladia API key

Path Parameters

id
string
required

Id of the transcription

Response

200 - application/json
id
string
required

Id of the transcription

request_id
string
required

Debug id

kind
enum<string>
required

Transcription kind. "pre-recorded" for transcription on pre-recorded file. "live" for transcription using the live streaming websocket.

Available options:
pre-recorded,
live
created_at
string
required

Creation date

custom_metadata
object

Custom metadata given in the transcription request

file
object
required

The file data you uploaded

request_params
object
required

Parameters used for this transcription.

status
enum<string>
default: queuedrequired

Transcription is on the queue, waiting to be processed

Available options:
queued