In the Zoom UI, I can create sharable links to the recordings of my meeting. I would like to achieve this functionality programmatically by using the Zoom APIs. I can’t find resources on how to achieve this task. Can someone please guide me to the right documentation?
To create shareable links to your recordings programmatically using the Zoom APIs, you can refer to the Zoom API Documentation. This section provides detailed information on how to use the Zoom API to access and manage your recordings, including generating shareable links.
@crutcherfield678 Which section? You didn’t provide any links in your reply.
Hi @shaimaa.sabry
Thanks for reaching out and welcome to our community!
Please review our docs here:
The Get meeting recordings endpoint will allow you to query the download URL and play URL for your meetings recording
@elisa.zoom Thank you for replying. However, I do not want to download the recording on my users’ machine. I don’t want them to have permanent access to the recording.
From the Zoom app UI, I can create sharable links that require a password and have an expiration date. The sharable link allows my users to view the recording for a limited time period on the Zoom app provided they know the pass code. I share this link with my users to give them temporary access to the recordings. I want to create this very same functionality using the API but I can’t find the proper API endpoint. Can you please help me out?