Get Transcript
Use the transcript UUID to retrieve status, transcript text, word-level timestamps, and Intelligence answers.
Endpoint
GET https://app.resemble.ai/api/v2/speech-to-text/{uuid}
Path Parameter
Response
Response Fields
Zero-Retention Transcripts
For transcripts created with zero_retention_mode, the content is delivered once to your callback_url and then permanently purged. After the purge, this endpoint keeps returning the transcript as a content-free stub: text, words, query, answer, and file_url are no longer present, while file_deleted_at and content_deleted_at record when each deletion happened.
Do not rely on polling this endpoint to retrieve zero-retention results — the callback delivery is the only time the content is available.
Word Object
Example
Polling Pattern
Errors
Typical status codes: 401 for bad tokens, 403 for insufficient roles, 404 for unknown UUIDs, and 500 for processing failures.
