Downloading Transcripts through API

Hi @Larry,

If you have meeting captions enabled, you can get the recording from the Get Meeting Recording api. Then in the response, you can use the participant_audio_files[i].file_type.transcript to get the individually labelled transcriptions (source)

Alternatively, you can use Recall.ai. It’s a unified API that lets you send meeting bots to video conferencing platforms (like Zoom) to capture the audio and video in real-time. We handle the spinning up the servers, and piping the audio to transcription providers so all you interact with is a simple API.