How to get Zoom recording URL in video/mp4 in place of application/octet-stream

Description
Hi, I am trying to transfer zoom recordings to AWS s3 bucket. So I am getting the recording stream
from the download URL by using download token as authorization
Error
The response I am getting the video file data but the content type is in application/octet-stream
how can I get the file data in video/mp4

Which App Type (OAuth / Chatbot / JWT / Webhook)?
We are using OAUth app

Which Endpoint/s?
https://us02web.zoom.us/rec/download/
authorization : Bearer {download_token}

Screenshots (If applicable)

Hi @onepgrguest,

Can you share the Request URL you’re using?

If you send a request to our GET Meeting Recordings API, you should see a download_url returned with MP4 file type:

Let me know—thanks!
Will

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