Extract cloud recordings to other cloud services

Using this template helps us debug your issues more effectively :slight_smile:

Description
Currently we have a requirement from business to analyze cloud recording data from sales meetings regularly.
One method I thought is to create a PowerAutomate flow to download a meeting recording (to be more exact, what we want is an audio file for the recording) for specific sales users each day, and store it to a cloud file service and feed it to analyzing software.
Is it possible with Zoom API to accomplish such idea?
I’ve learned it is possible to get a “download_url” with below API:
/v2/accounts/{accountId}/users/{userId}/recordings
Is there any other way to get the actual cloud recording file as binary data, not a url link?
Also, in our tenant cloud recording passcode is mandatory.
Is it possible to download a specific user’s cloud recording file with a passcode?

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @anan.m,

Thanks for reaching out about this, and good questions.

First, I should note that you can retrieve cloud recordings based on either Meeting ID or User ID:

To clarify, however, all of our endpoints return the download_url, there is not another method to download the recording.

Regarding downloading password protected recordings, this is possible—you just need to append an access token to the download URL:
image

Let me know if this helps!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.