Get YouTube transcript
Returns the transcript of a YouTube video in the requested format. Identify the video by either video_url or video_id. Requires a Basic license. This route is rate limited.
Set with_metadata: true to include video metadata in the response — note that the metadata fields require a Pro license; a Basic key returns the transcript with an upgrade placeholder in metadata.
Authorizations
Your deployment's API key (MMK_API_KEY).
Body
Provide either video_url or video_id.
Full YouTube URL. Use this or video_id.
11-character YouTube video ID. Use this or video_url.
Preferred caption language (ISO code, e.g. en, ko). Falls back to the default track when unavailable.
Output format for content.
xml, json, vtt, srt Include video metadata in the response. Metadata fields require a Pro license.

