Audio Transcriptions
Create a new audio transcription
Creates a new audio transcription
post/v1/audio/transcriptions
Response
Audio transcription response
Example response
{
"status": "ok",
"data": {
"transcriptionId": "tr_EXAMPLE123456789",
"message": "Your transcription request has been received and is currently processing.",
"status": "pending"
}
}