GET
/
v2
/
transcription
/
{id}
curl --request GET \
  --url https://api.gladia.io/v2/transcription/{id} \
  --header 'x-gladia-key: <api-key>'
{
  "id": "45463597-20b7-4af7-b3b3-f5fb778203ab",
  "request_id": "G-45463597",
  "kind": "pre-recorded",
  "created_at": "2023-12-28T09:04:17.210Z",
  "status": "queued",
  "file": {
    "id": "f0dcZE10-23d8-47f0-a25d-74a6eed88721",
    "filename": "split_infinity.wav",
    "source": "http://files.gladia.io/example/audio-transcription/split_infinity.wav",
    "audio_duration": 20,
    "number_of_channels": 1
  },
  "request_params": {
    "audio_url": "http://files.gladia.io/example/audio-transcription/split_infinity.wav",
    "subtitles": false,
    "diarization": false,
    "translation": false,
    "summarization": false,
    "sentences": false,
    "moderation": false,
    "audio_enhancer": true,
    "detect_language": true,
    "enable_code_switching": false
  }
}

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