{"name":"video-to-text","description":"Transcribe any video URL to text with Whisper v3 large. Audio is extracted internally. Auto-detects 90+ languages, offers a translate-to-English mode, and handles files up to 60 minutes / 500MB. Use it as a video transcription API, video speech-to-text tool, or video ASR endpoint. 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"}