{"name":"video-brief","description":"Transcribes and summarizes any video URL in one call. Composite: one call runs video-to-text + summarize-text. Whisper v3 transcription (auto-detects 90+ languages), then a summary of the transcript. Returns full transcript, duration, summary, and per-component telemetry. If transcription times out, responds 424 with partial telemetry. Use it as a video TLDR, video digest, or Whisper transcription plus LLM summary.","price":"$0.08","method":"POST","input_schema":{"properties":{"video_url":{"type":"string","description":"Public http(s) URL of the video to transcribe and summarize. Max 2048 chars."}},"required":["video_url"]},"input_example":{"video_url":"https://samplelib.com/mp4/sample-5s.mp4"},"output_example":{"video_url":"https://samplelib.com/mp4/sample-5s.mp4","transcript":"Hello world.","transcript_chars":12,"duration_seconds":5,"summary":"- A short greeting is spoken.","composed_of":["video-to-text","summarize-text"],"components":[{"name":"video-to-text","ok":true,"ms":4200},{"name":"summarize-text","ok":true,"ms":1900}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}