API Endpoint(s) and/or Zoom API Event(s)
- Get a meeting transcript (I am unable to post with links)
Description
I am trying to fetch a meeting transcript without a cloud recording. I am able to fetch meeting information (/meetings/{{meetingId}}) as well as fetch cloud recordings on meetings when I record them so I don’t believe it’s a permissions issue, but fetching a transcript always returns a 404 response. I also made sure to toggle the “Allow users to retain transcripts generated by meeting summary for use by other AI Companion services” setting on as directed in the docs and related forum posts.
Error?
I keep receiving 404 response even though I can see the transcript available in the web portal.
Hi @brianmmdev when you’re querying these transcripts, are you using the meeting ID or the meeting UUID? The reason I ask is that this looks really similar to another issue posted a few months back, where someone else wasn’t able to access transcripts produced outside of cloud recording. They were able to resolve this by querying the Zoom API using the meeting ID of a meeting, rather than the meeting UUID.
Would you be able to try this, and let me know if you’re able to fetch the transcript successfully?
If you would prefer not to manage this integration complexity on your end, you might want to try out Recall.ai’s Meeting Bot API. It’s a API that allows you to fetch recordings and transcripts from Zoom calls, both in real-time and after the call has ended.