Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.8
references/clips.mdMarkdown3 KBView on GitHub
Authoritative endpoint inventory for Clips. This file mirrors the official Zoom API Hub OpenAPI document for this product area.
https://api.zoom.us/paths object.../examples/ for orchestration patterns, not as the canonical source of path names.| Metric | Value |
|---|---|
| Endpoint operations | 13 |
| Path templates | 11 |
| Tags | 7 |
| Tag | Operations |
|---|---|
| Clips | 3 |
| Collaborator | 1 |
| Comment | 2 |
| Download | 1 |
| Single | 1 |
| Transfer | 2 |
| Upload | 3 |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /clips | List all clips | GetUserClips |
| GET | /clips/{clipId} | Get a clip | GetClipById |
| GET | /clips/{clipId}/collaborators | Get collaborators of a clip | GetClipCollaborators |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| DELETE | /clips/{clipId}/collaborators | Remove the collaborator from a clip | DeleteCollaborator |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /clips/{clipId}/comments | List clip comments | Listclipcomments |
| DELETE | /clips/{clipId}/comments/{commentId} | Delete a comment | Deleteacomment |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /clips/{clipId}/download | Download a clip | downloadClip |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| DELETE | /clips/{clipId} | Delete a clip(soft delete) | DeleteClip |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| POST | /clips/transfers | Transfer clips owner | Transferclipsowner |
| GET | /clips/transfers/{taskId} | Transfer task status check | Transfertaskstatuscheck |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| POST | /clips/files | Upload clip file | UploadClipFile |
| POST | /clips/files/multipart | Upload clip multipart files | UploadIqMultipartClipFile |
| POST | /clips/files/multipart/upload_events | Initiate and complete the multipart file upload for a clip | InitiateAndCompleteAClipMultipartUpload. |