Get the attributed transcript of a media

Back to Changelog
JUN 30, 2026
NewAI FeaturesAPI

A new in-video AI endpoint retrieves the speaker-attributed transcript generated for an existing media asset: GET /ai/{mediaId}/attributed-transcript.

What’s new:

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

  • Speaker-aware segments: the transcript is returned as an array of segments, each with a speaker label, start and end times, the transcribed text, and optional per-word timing.

  • Pairs with the trigger endpoint: generate the transcript with Trigger attributed-transcript generation and watch for the video.media.ai.attributed_transcript.ready webhook before calling this endpoint.

Use case: retrieve speaker-attributed transcripts for meeting recordings, interviews, podcasts, or other multi-speaker media.

API reference: Get attributed-transcript result