Trigger advanced summaries for a media

Back to Changelog
JUN 30, 2026
NewAI FeaturesAPI

A new in-video AI endpoint generates structured, meeting-style advanced summaries for an existing media asset: POST /ai/{mediaId}/advanced-summary.

What’s new:

  • Kick off an advanced-summary job: send a POST with the media ID and the job starts immediately. The response confirms success and returns the media ID.

  • Track completion, then retrieve: use the video.media.ai.advanced_summary.ready webhook to know when it is done, then call Get the advanced summary of a media to fetch the result.

  • Goes beyond a plain synopsis: the generated summary includes a meeting title and overview, key decisions with owners, detailed notes, action items with owners and due dates, open questions, key metrics, notable dates, a sentiment breakdown, and per-speaker talk time.

Use case: turn a meeting recording or other processed media into a structured recap.

API reference: Trigger advanced summaries