Get the attributed transcript of a media
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
GETwith the media ID. The response returns the job status and, once it reportsCOMPLETED, 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.readywebhook before calling this endpoint.
Use case: retrieve speaker-attributed transcripts for meeting recordings, interviews, podcasts, or other multi-speaker media.