4 APIs across 4 product groups. All share one credential.
| I want to... | Use | Why |
|---|---|---|
| Schedule meetings and webinars, manage registrants and panelists, and retrieve cloud recordings and analytics | Meetings | The Meetings API covers the full video meeting and webinar lifecycle plus cloud recording retrieval and recording analytics. |
| Configure Zoom Phone account settings, outbound caller ID numbers, and alert settings | Phone | The Phone API manages the cloud phone system, including account phone settings and customized outbound caller ID. |
| Create and manage contact center address books and address book units | Contact Center | The Contact Center API handles address book and unit records for contact center workflows. |
| Manage Video SDK bring-your-own-storage settings, storage locations, and session recordings | Video SDK | The Video SDK API controls storage location configuration and lists account and session recordings for embedded video sessions. |
Install Jentic One Beta
What agents get from Jentic-routed access to this vendor.
Setup
Wiring Zoom by hand means running its OAuth 2.0 flow or setting the Authorization header, refreshing tokens, and mapping meeting, phone, contact center, and storage shapes against the api.zoom.us host yourself. Through Jentic you install Jentic One once, add the Zoom APIs you need from the Jentic API Directory, store the credential once, and your agent calls any of them.
Permission scoping
Zoom addresses meetings, phone settings, address books, and storage locations by id in the URL path, so a rule in your own Jentic One instance can pin an agent to one resource and read or update it and nothing else. You choose which operations the agent may call, so destructive ones like deleting a meeting or an address book unit are excluded unless you add them.
Credential isolation
Specific to using Zoom APIs through Jentic.
What can an agent do across Zoom's APIs?
An agent can schedule and manage meetings and webinars, register attendees and panelists, retrieve cloud recordings and analytics, configure phone account settings and outbound caller ID, maintain contact center address books, and manage Video SDK storage locations and session recordings. Together the four APIs cover video, voice, contact center, and recording storage on one Zoom account.
Do all four Zoom APIs use the same account and credential?
Yes. Meetings, Phone, Contact Center, and Video SDK all run on the api.zoom.us v2 host and use the same apiKey or OAuth 2.0 authorization model, so a single Zoom marketplace app credential with the correct scopes can reach every API.
How do I choose between the Meetings API and the Video SDK API?
Use the Meetings API to schedule and run standard Zoom meetings and webinars and to retrieve their cloud recordings. Use the Video SDK API when you are configuring where recordings are stored through bring-your-own-storage settings and listing account or session recordings for embedded video sessions.
Can these APIs handle both voice and video communication?
BOOK A DEMO
Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.
For Agents
An agent can schedule Zoom meetings and webinars, register attendees, pull cloud recordings and analytics, manage phone account settings and outbound caller ID, maintain contact center address books, and configure Video SDK storage locations. All four APIs share the same Zoom account credential and v2 host, so one integration reaches meetings, phone, contact center, and video session storage.
Zoom brings video meetings, cloud telephony, contact center, and video session recording under a single account and one v2 API host, so an agent that authenticates once can move between scheduling a meeting, adjusting phone caller ID, and updating a recording storage location without switching platforms.
Use for: Automating Zoom video meetings and webinars, cloud phone settings, contact center address books, and Video SDK recording storage through the api.zoom.us v2 platform
Not supported: real-time media streams, in-client meeting UI, chat messaging, payment processing, endpoint device provisioning
Credentials: All four Zoom APIs share the same api.zoom.us/v2 host and use apiKey or OAuth 2.0 authorization, so one Zoom marketplace app credential with the right scopes can cover every API.
All 4 Zoom OpenAPI specs are vendor-official and indexed by Jentic, kept validated and agent-ready.
Zoom is a communications platform whose APIs let developers work with video meetings and webinars, cloud phone, contact center, and video session storage on one account. Across four APIs on the api.zoom.us/v2 host, an application can schedule and manage meetings and webinars, register attendees and panelists, retrieve cloud recordings and analytics, configure Zoom Phone settings and outbound caller ID, manage contact center address books, and control Video SDK bring-your-own-storage locations.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Zoom APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fzoom.us" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fzoom.us" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
Once connected, ask your agent something like: “automate zoom meetings phone and contact center”.
Each workflow spans multiple Zoom APIs. Jentic routes each operation to the right API automatically.
Schedule a meeting and store its recording
A workflow schedules a Zoom meeting or webinar and returns the join URL, then configures where the resulting video session recording is stored. The Meetings API creates the session and later retrieves its cloud recordings, while the Video SDK API sets the bring-your-own-storage location so recordings land in the account's chosen bucket.
Create a meeting with the Meetings API, then set the recording storage location with the Video SDK API and retrieve the recording after the session
Meetings + Video SDK
Unified voice and video contact for a customer
A support workflow keeps a customer reachable across channels by scheduling a Zoom meeting for a scheduled call and configuring the outbound caller ID used for phone follow-ups. The Meetings API books the video session and the Phone API sets the account's customized outbound caller ID number.
Schedule the meeting with the Meetings API, then add the customized outbound caller ID number with the Phone API
Meetings + Phone
Sync contact records with call routing
A contact center workflow maintains an address book of customers and pairs it with the phone account settings that route their calls. The Contact Center API creates and lists address books and units, and the Phone API reads and updates the account phone settings and alert configuration.
Create an address book with the Contact Center API, then read and update the related phone account settings with the Phone API
Contact Center + Phone
Your Zoom credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context, and the same stored credential can serve every Zoom API you add.
Intent-based discovery
Agents search Jentic by intent such as 'schedule a Zoom meeting', 'read Zoom Phone settings', or 'create an address book', and Jentic returns the matching Zoom operation with its input schema so the agent calls the right endpoint across the four APIs without browsing the reference docs.
Yes. The Meetings API covers video meetings and webinars, and the Phone API covers the Zoom Phone cloud telephony system, including account phone settings and customized outbound caller ID. An agent can coordinate both from the same account.
Which OAuth scopes do the different APIs need?
Each API requires its own OAuth scopes, such as phone settings scopes for the Phone API or meeting scopes for the Meetings API. Grant only the scopes the workflow needs when you register the marketplace app, since the account credential can span all four APIs.
How does an agent connect to Zoom's APIs through Jentic?
You install Jentic One, then find and add the Zoom API you need from the Jentic API Directory. Your Zoom credential is stored encrypted by your own Jentic One instance, and the agent searches by intent, loads the matching operation schema, and executes the call with the credential injected at request time.
All 4 are in the Jentic catalogue with the same one-credential, intent-search pattern.