cURL
curl --request GET \ --url https://api.videodb.io/audio/{audio_id}/transcription/ \ --header 'x-access-token: <api-key>'
{ "success": true, "status": "completed", "data": { "transcript": [ { "text": "Hello world", "start": 1.5, "end": 3.2 } ] } }
Retrieve the transcription for an audio file
start
end
engine
API key for authentication (sk-xxx format)
"a-12345"
"default"
0
60
Audio transcription data
true
completed
processing
failed
"completed"
Show child attributes