Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2025-05-21 08:18 AM
Hello,
I’m able to download cloud recordings, and transcription is enabled in the settings. I can see the transcripts in my profile through the browser.
However, I’m unfortunately unable to access them via the API and/or via Make.
Has anyone managed to retrieve all transcripts from every user in your organization using the API?
2025-05-25 08:35 AM
hi @TT92
You can downlaod them if you write an app to do that.
Make would work if they put in the correct code there instead.
all the best
John
2025-05-26 05:07 AM
Hi @ExpertswhoJohn
With what endpoints is this possible, so i can have a look to write this app?
I’ve already created a webhook that listens for when a transcription is completed, but unfortunately, no data is being received.
2025-05-26 05:08 AM
Hi @ExpertswhoJohn
With what endpoints is this possible, so i can have a look to write this app?
I’ve already created a webhook that listens for when a Zoom transcription is completed, but unfortunately, no data is being received.
2025-05-26 06:14 AM
sure @TT92
start here
https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording
John
2025-05-26 06:30 AM
@ExpertswhoJohn I’ve already reached that point, I’m able to download the cloud recording, and I can see that the transcripts are available in the Zoom account.
However, I’m not able to fetch the transcripts via the API. I’ve checked the documentation, but I can’t find any endpoint that allows me to "GET" the transcript file itself.
Do you know if such an endpoint exists or if there’s another way to retrieve the transcript programmatically?
2025-05-26 06:39 AM
hi @TT92 ,
here is a summary of all the ways.
https://www.recall.ai/blog/7-apis-to-get-zoom-transcripts-a-comprehensive-guide
all the best
John
2025-05-26 07:35 AM - edited 2025-05-26 08:21 AM
@ExpertswhoJohn
I already followed these articles 50 times or more.. unfortunately i can't fetch the Transcribe in the response..
And it is 100% available in the account and manually downloadable..
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/recordingGet
I'm missing collections someway...
This is the reason why i'm now looking for the solution in this community 🙂