Transcriptions
Fetch a retained transcription
Fetches a completed API transcription by account-owned transcription access ID. Transcript bodies are retained for 3 days after completion.
get/transcriptions/{id}
Path parameters
idstring required
Response
Transcription found
Example response
{
"transcript": [
{
"durationSec": 2.4,
"text": "Example transcript text"
}
]
}