Feature Request: Endpoint to fetch download_token for a video

Description
I have an OAuth app that allows users to manually import videos from their Zoom Cloud Recordings into my app. Before making these imported videos watchable in my UI, I need to send them to a third-party service to run some additional encoding/post-processing. To avoid sending download_urls with access_tokens to my encoding service, I currently have to import the file to my S3 bucket then send the S3 URL to my encoding provider.

I would love to be able to call a Zoom endpoint with a recording id and an access_token and get back a download_token (identical to the token returned by the recording.completed webhook–please be aware that a webhook setup will not work for my app).

This would allow me to send zoom download_urls directly to my encoding service. This would make video imports faster for my users and for all OAuth apps that require video import post-processing.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

2 Likes

Would love the ability to do this.

+1 to keep this open and hopefully addressed.

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