Get the advanced summary of a media
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
GETwith the media ID. The response returns the job status and, once it reportsCOMPLETED, 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.readywebhook before calling this endpoint.
Use case: retrieve the recap for a meeting recording or other processed media.