Get the advanced summary of a media

Back to Changelog
JUN 30, 2026
NewAI FeaturesAPI

A new in-video AI endpoint retrieves the structured advanced summary generated for an existing media asset: GET /ai/{mediaId}/advanced-summary.

What’s new:

  • Fetch the summary and its job status: send a GET with the media ID. The response returns the job status and, once it reports COMPLETED, the full result.

  • Structured, meeting-style output: meeting title and overview, key decisions, detailed notes, action items with owners and due dates, open questions, key metrics, notable dates, a sentiment breakdown, and per-speaker talk time.

  • Pairs with the trigger endpoint: generate the summary with Trigger advanced summaries and watch for the video.media.ai.advanced_summary.ready webhook before calling this endpoint.

Use case: retrieve the recap for a meeting recording or other processed media.

API reference: Get the advanced summary of a media