Get Transcript
get_transcriptRetrieve a complete transcript with speaker labels and timestamps for processed media files or live in-progress recordings.
Instructions
Retrieve the full transcript for a media file with speaker labels and timestamps. Works on processed media and also returns the partial, in-progress transcript while a meeting bot is still recording (LIVE_TRANSCRIPT state). To fetch only the new sentences added since your previous call during a live meeting, use get_live_meeting_transcript instead. Use update_transcript_speakers to rename speaker labels after reviewing. For subtitle-formatted output, use get_captions instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes | Unique identifier of the media file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |