cURL
curl --request POST \ --url http://localhost:8000/api/v1/client/vid2txt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "video_url": "<string>", "include_ts": true, "model": "WhisperLargeV3", "return_result_in_response": true, "webhook_url": "<string>" } '
{ "data": { "request_id": "550e8400-e29b-41d4-a716-446655440000" } }
Transcribe video from a URL. Consider using the unified /transcribe endpoint for new integrations.
API key obtained from the ModelBeam dashboard
Video URL (YouTube, X, Twitch, Kick, TikTok)
Include timestamps
"WhisperLargeV3"
2048
Transcription job created
Show child attributes