cURL
curl --request GET \ --url https://api.videodb.io/rtstream/{stream_id}/transcription/status \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "status": "running", "engine": "default", "language": "en", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Check the status of transcription on a real-time stream
running
stopped
not_configured
API key for authentication (sk-xxx format)
"rts-12345"
"default"
Transcription status
true
Show child attributes