I want to use the Zoom API to fetch meeting transcriptions and store them in a database for later analysis. Which API endpoints should I use, and are there any limitations to consider?
hi @David26 ,
Welcome to the community. Yes, this is entirely possible.
But please take time to look at the API.
You can read the transcriptions using an API for your completed meetings in the same way that you can access the recordings.
Here is some information. I can think of three places you could do this.
you can query the completed meetings, which many people use.
You could use webhooks to grab a meeting when it ends.
or you can follow transcription live
If you search the community, you may get ideas from other people processing transcript and recording data.
Regarding limitations. Many other developers are working on apps that make use of recordings and transcripts, and the only I have seen them to complain;
- There are rate limits, so if you try and access months of data in one session, you could hit limits
- I believe you can only get back data within one calendar month, and you need to run another request for the next target month.
Looking forward to what you make.
John