Get Transcript
Recordings
Get Transcript
Get the transcript in JSON, plain text, or SRT format
GET
Get Transcript
Returns the transcript for a recording in your preferred format.
Poll again in a few seconds. See Working with Transcripts for status values.
Path Parameters
The recording ID
Query Parameters
Output format:
json, text, or srtRequest
Response Formats
JSON Format (default)
Returns the full transcript with word-level timestamps and speaker identification.The recording ID
Call duration in seconds
Destination phone number
Caller phone number
ISO 8601 timestamp
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 a202 Accepted response:
Errors
| Status | Description |
|---|---|
202 | Transcript is still processing |
400 | Invalid format parameter |
401 | Invalid or missing API key |
404 | Recording not found |