{"name":"youtube-brief","description":"Summarizes a YouTube video from its URL or ID: transcript, TLDR, and named entities in one call. Composite: one call runs youtube-transcript + summarize-text + extract-entities. Pulls the YouTube transcript, then summary and named entity extraction (people, orgs, locations, dates) run in parallel. Returns transcript excerpt, summary, entities, and per-component telemetry. Use it as a video digest or closed-caption summarizer.","price":"$0.05","method":"POST","input_schema":{"properties":{"video_url_or_id":{"type":"string","description":"YouTube video ID (11-char) or full URL (youtube.com/watch?v=..., youtu.be/..., /shorts/...). Max 300 chars."}},"required":["video_url_or_id"]},"input_example":{"video_url_or_id":"dQw4w9WgXcQ"},"output_example":{"video_id":"dQw4w9WgXcQ","title":null,"language":"en","transcript_chars":60,"transcript_excerpt":"We're no strangers to love. You know the rules and so do I.","summary":"- A narrator affirms commitment.","entities":{"entities":{"people":[],"organizations":[],"locations":[]},"total_entities":0},"composed_of":["youtube-transcript","summarize-text","extract-entities"],"components":[{"name":"youtube-transcript","ok":true,"ms":2100},{"name":"summarize-text","ok":true,"ms":1700},{"name":"extract-entities","ok":true,"ms":1600}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}