Connect your Zoom account to use your cloud meeting recordings with Cloudglue APIs.Documentation Index
Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt
Use this file to discover all available pages before exploring further.
Adding the Zoom Data Connector
- Navigate to the Data Connectors page in the Cloudglue app.
- Click the Zoom data connector card.

- Follow the popup instructions to authorize Cloudglue access to your recordings.
- Verify the connection by checking for the Connected indicator on the card.
Ready to set up your Zoom data connector? Visit our
app to get started.
Need help setting up your data connector? Contact our team directly for
assistance with the setup process.
Using Zoom with Cloudglue
Cloudglue accepts multiple URL formats for referencing Zoom recordings. Zoom has two meeting identification concepts:- Meeting ID - A numeric identifier for a meeting (can have multiple instances if recurring).
- Meeting Instance UUID - A unique identifier for a specific meeting occurrence. Cloudglue uses a URL encoded UUID.
Supported URL Formats
- Meeting Instance UUID
- Meeting ID
Retrieves the recording from a specific meeting instance. If multiple recordings exist, Cloudglue uses the longest one.Cloudglue URL format:Example API Request to get a multimodal description of a recording:
Note: When using a meeting instance UUID, you must URL-encode it (for example, using encodeURIComponent() in JavaScript). The example below shows the encoded form on the left, and the code used to generate it on the right.
Regardless of which URL format you provide, Cloudglue will automatically
normalize it to a meeting instance UUID for processing.
UI Importing for Testing
Use the Cloudglue integration UI to quickly import Zoom files for testing your endpoints.This integration UI only supports importing files from the Zoom account that
you connected to Cloudglue. This will not show recordings for the organization
that you are a member of. If you need to use files from the organization, you
can use the API to import the files.

Managing Access
You maintain full control over your data access. Remove this data connector by doing any of the following:- Revoke access by deleting the Cloudglue app from your Zoom account -> Manage -> Added Apps.
- Remove connection by revoking the connector on our website.
- You cannot import new recordings into Cloudglue until you reconnect.
- Any recordings you previously imported will remain in Cloudglue. These can be viewed and deleted from File Management.
Security
Cloudglue uses Zoom OAuth to access recordings with minimal permissions. This approach:- Maintains your control - You own and manage the connector.
- Follows Zoom security standards - Uses OAuth with minimum permissions.