Zoom
api.zoom.us
Zoom API enables AI agents to programmatically manage video meetings, webinars, and cloud recordings. Create, schedule, update, and retrieve meetings; manage participants; and access meeting recordings through a simple REST API.
oauth2
free
1.0
https://api.zoom.us/v2
1
2026-03-01T11:55:21.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_meeting
Schedule a new meeting for a user. Set meeting topic, description, start time, duration, timezone, and meeting settings like password, waiting room, and participant join restrictions.
Detail: https://api.zoom.us/v2/capabilities/create_meeting
delete_meeting
Cancel and delete a scheduled meeting. Optionally notify participants of the cancellation.
Detail: https://api.zoom.us/v2/capabilities/delete_meeting
get_meeting
Get detailed information about a specific meeting including topic, description, start time, duration, settings, join URL, and password.
Detail: https://api.zoom.us/v2/capabilities/get_meeting
get_meeting_participants
Get a list of participants who joined a past meeting. Returns participant IDs, names, emails, join times, and leave times.
Detail: https://api.zoom.us/v2/capabilities/get_meeting_participants
list_meetings
Retrieve all scheduled meetings for a user. Returns meeting IDs, topics, start times, durations, and status for pagination and filtering.
Detail: https://api.zoom.us/v2/capabilities/list_meetings
list_recordings
Retrieve all cloud recordings for a user. Returns recording IDs, topics, start times, file types, file sizes, and download URLs for playback.
Detail: https://api.zoom.us/v2/capabilities/list_recordings
update_meeting
Modify an existing meeting's details such as topic, start time, duration, timezone, settings, and password. Useful for rescheduling or changing meeting configuration.
Detail: https://api.zoom.us/v2/capabilities/update_meeting
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Zoom Description: Zoom API enables AI agents to programmatically manage video meetings, webinars, and cloud recordings. Create, schedule, update, and retrieve meetings; manage participants; and access meeting recordings through a simple REST API. Auth: oauth2 Capabilities: - create_meeting: Schedule a new meeting for a user. Set meeting topic, description, start time, duration, timezone, and meeting settings like password, waiting room, and participant join restrictions. - delete_meeting: Cancel and delete a scheduled meeting. Optionally notify participants of the cancellation. - get_meeting: Get detailed information about a specific meeting including topic, description, start time, duration, settings, join URL, and password. - get_meeting_participants: Get a list of participants who joined a past meeting. Returns participant IDs, names, emails, join times, and leave times. - list_meetings: Retrieve all scheduled meetings for a user. Returns meeting IDs, topics, start times, durations, and status for pagination and filtering. - list_recordings: Retrieve all cloud recordings for a user. Returns recording IDs, topics, start times, file types, file sizes, and download URLs for playback. - update_meeting: Modify an existing meeting's details such as topic, start time, duration, timezone, settings, and password. Useful for rescheduling or changing meeting configuration.