{"name":"video-summarize","description":"Summarizes videos, podcasts, and lectures in one call: Whisper v3 transcribes, then Mistral summarizes. 5 styles (tldr, bullets, paragraph, executive, chapters); returns summary + transcript; 60 min max. Use it as a video summarizer, podcast summarizer, or lecture notes generator.","price":"$0.10","method":"POST","input_schema":{"properties":{"media_url":{"type":"string","description":"URL of the video/audio file to transcribe and summarize."},"style":{"type":"string","enum":["tldr","bullets","paragraph","executive","chapters"],"description":"Summary format: tldr, bullets, paragraph, executive, or chapters. Optional, default bullets."},"max_words":{"type":"number","description":"Target word count for the summary. Optional, 1-1000."},"language":{"type":"string","description":"Source language hint passed to Whisper (ISO code). Optional, auto-detected if omitted."}},"required":["media_url"]},"input_example":{"media_url":"https://download.samplelib.com/mp3/sample-3s.mp3","style":"bullets"},"output_example":{"summary":"- Point 1\n- Point 2","transcript_chars":5000},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}