Audio Transcriptions
Get a single audio transcription by ID
Gets a single audio transcription based on the ID supplied
get/v1/audio/transcriptions/{transcriptionId}
Path parameters
transcriptionIdstring required
ID of the transcription to retrieve
Response
Audio transcription response
Example response
{
"status": "ok",
"data": {
"id": "tr_EXAMPLE123456789",
"timestamp": {
"start": 1731014849730,
"complete": 1731014853958
}
},
"date": "2024-11-07T21:27:39Z"
}