{"name":"transcribe","description":"Convert spoken audio or video into text. Send a media_url (mp3, mp4, mpeg, mpga, m4a, wav, or webm) with optional language and task settings, and get back a text transcript. Runs on Whisper v3, auto-detects 90+ languages, supports a translate-to-English mode instead of same-language transcription, and checks media duration up front, rejecting anything over 60 minutes or 500MB before spending time on the job. Use it as a video transcription API, speech-to-text converter, or audio transcript generator for podcasts, interviews, meetings, or any spoken-word source you need in text form. For speaker labels, use the speaker-diarize endpoint.","price":"$0.10","method":"POST","input_schema":{"properties":{"media_url":{"type":"string","description":"URL to the video/audio file. mp3, mp4, mpeg, mpga, m4a, wav, or webm. Max 60 min / 500MB."},"language":{"type":"string","description":"ISO language code hint (e.g. 'en'). Optional; auto-detects if omitted."},"task":{"type":"string","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."},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}