Agent skill · software engineering · anthropics
build-zoom-rest-api-app
Reference skill for Zoom REST API. Use after choosing an API-based workflow when you need endpoint selection, resource-management patterns, OAuth requirements, rate-limit awareness, or API error debugging.
Why this skill is useful
Provides specific OAuth patterns and API endpoint usage for Zoom that the AI wouldn't reliably generate on its own.
What it needs
Requires zoom account access. About 9k tokens when loaded. Last updated 2026-08-07. 23,345 stars on the source repository.
What this skill does
/build-zoom-rest-api-app Background reference for deterministic server-side Zoom automation and resource management. Prefer plan-zoom-product, plan-zoom-integration, or debug-zoom first, then route here for endpoint-level detail. Zoom REST API Expert guidance for building server-side integrations with the Zoom REST API. This API provides 600+ endpoints for managing meetings, users, webinars, recordings, reports, and all Zoom platform resources programmatically. Official Documentation: https://developers.zoom.us/api-hub/ API Hub Reference: https://developers.zoom.us/api-hub/meetings/ OpenAPI Inventories: https://developers.zoom.us/api-hub/<domain>/methods/endpoints.json Quick Links New to Zoom REST API? Follow this path: 1. API Architecture - Base URLs, regional URLs, me keyword, ID vs UUID, time formats 2. Authentication Flows - OAuth setup (S2S, User, PKCE, Device Code) 3. Meeting URLs vs Meeting SDK - Stop mixing joinurl with Meeting SDK 3. Meeting Lifecycle - Create → Update → Start → End → Delete with webhooks 4. Rate Limiting Strategy - Plan tiers, per-user limits, retry patterns Reference: Meetings - Meeting CRUD, types, settings Users - User provisioning and management Recordings - Cloud recording access and download AI Services - Scribe endpoint inventory and current AI Services path surface GraphQL Queries - Alternative query API (beta) Integrated Index - see the section below in this file Most domain files under references/ are aligned to the official API Hub endpoints.json inventories. Treat those files as the local source of truth for method/path discovery. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills anthropics/rest-api