cURL
curl --request POST \ --url http://localhost:8000/api/v1/client/aud2txt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "audio_url": "<string>", "include_ts": true, "model": "WhisperLargeV3", "return_result_in_response": true, "webhook_url": "<string>" } '
{ "data": { "request_id": "550e8400-e29b-41d4-a716-446655440000" } }
Transcribe audio from a Twitter/X Spaces URL. Consider using the unified /transcribe endpoint.
API key obtained from the ModelBeam dashboard
Twitter/X Spaces URL
"WhisperLargeV3"
2048
Transcription job created
Show child attributes