{"name":"meeting-brief","description":"Turns a meeting or call recording into speaker-labeled notes and a summary in one call. Composite: one call runs speaker-diarize + summarize-text. Diarizes the recording (Whisper v3 + speaker labels), then summarizes the speaker-labeled transcript. Returns utterances by speaker, speaker count, labeled transcript, summary, and per-component telemetry. Use it for meeting summaries from recordings, who-said-what digests, or diarized meeting notes.","price":"$0.08","method":"POST","input_schema":{"properties":{"audio_url":{"type":"string","description":"Public http(s) URL of the meeting audio or video recording. Max 2048 chars. 60 min max."}},"required":["audio_url"]},"input_example":{"audio_url":"https://download.samplelib.com/mp3/sample-3s.mp3"},"output_example":{"audio_url":"https://download.samplelib.com/mp3/sample-3s.mp3","speaker_count":2,"duration_seconds":600,"utterances":[{"speaker":"Speaker 0","start":0,"end":5.2,"text":"Hello"}],"utterance_count":42,"labeled_transcript":"Speaker 0: Hello","summary":"- Two speakers exchange greetings.","composed_of":["speaker-diarize","summarize-text"],"components":[{"name":"speaker-diarize","ok":true,"ms":9200},{"name":"summarize-text","ok":true,"ms":1800}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}