Zoom Recordings No-Auth

by peakmojo
Verified

zoom_get_meeting_transcript

Retrieve transcript files and content from a specific Zoom meeting recording by providing the meeting ID and access token.

Instructions

Get transcript files and content from a specific Zoom meeting recording if available

Input Schema

NameRequiredDescriptionDefault
meeting_idYesThe Zoom meeting ID to retrieve transcript for
zoom_access_tokenYesZoom OAuth2 access token

Input Schema (JSON Schema)

{ "properties": { "meeting_id": { "description": "The Zoom meeting ID to retrieve transcript for", "type": "string" }, "zoom_access_token": { "description": "Zoom OAuth2 access token", "type": "string" } }, "required": [ "zoom_access_token", "meeting_id" ], "type": "object" }

You must be authenticated.

Other Tools from Zoom Recordings No-Auth

Related Tools

ID: 1ldbxffzpy