Skip to main content
GET
Get Transcript
Returns the transcript for a recording in your preferred format.

Path Parameters

string
required
The recording ID

Query Parameters

string
default:"json"
Output format: json, text, or srt

Request

Response Formats

JSON Format (default)

Returns the full transcript with word-level timestamps and speaker identification.
string
The recording ID
number
Call duration in seconds
string
Destination phone number
string
Caller phone number
string
ISO 8601 timestamp
object
Response (JSON)

Plain Text Format

Returns just the transcript text without timestamps. Useful for reading or text processing.
Response (text)

SRT Subtitle Format

Returns the transcript as SRT subtitles, suitable for video editing software.
Response (SRT)

Transcript Not Ready

If the transcript is still being processed, you’ll receive a 202 Accepted response:
Poll again in a few seconds. See Working with Transcripts for status values.

Errors