Skip to main content
GET
Returns the complete transcript for a given transcript ID. The transcript is broken into segments, each attributed to a specific speaker with precise start and end timestamps.
string
required
The unique transcript identifier (e.g., trs_9a2b3c4d5e6f).
string
default:"json"
Response format. One of json (structured segments), text (plain text with speaker labels), or srt (SubRip subtitle format).

Response

string
Unique transcript identifier.
string
The ID of the meeting this transcript belongs to.
string
Primary language of the transcript (ISO 639-1 code).
integer
Total duration of the transcribed audio in seconds.
integer
Total number of words in the transcript.
number
Overall transcription confidence score between 0 and 1.
array
Ordered array of transcript segments.
string
ISO 8601 timestamp when the transcript was generated.