{"name":"video-transcribe","description":"Transcribes any video URL to text with Whisper v3 large. Auto-detects 90+ languages and offers a translate-to-English mode. 60-min / 500MB max. Same backend as video-to-text under a clearer slug. Use it for video transcription, video to audio transcription, or video-to-text. For speaker labels, use the speaker-diarize endpoint.","price":"$0.10","method":"POST","input_schema":{"properties":{"media_url":{"type":"string","description":"URL of the video or audio file to transcribe. Max 60 minutes / 500MB."},"language":{"type":"string","description":"Source language hint (ISO code). Optional; auto-detected if omitted."},"task":{"type":"string","enum":["transcribe","translate"],"description":"'transcribe' (default) keeps original language, or 'translate' to English."}},"required":["media_url"]},"input_example":{"media_url":"https://samplelib.com/mp4/sample-5s.mp4"},"output_example":{"text":"Hello world.","duration_seconds":23,"task":"transcribe"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}