--- title: 'Vimeo' description: 'Upload, manage, and stream videos with the Vimeo API. Access user data, video analytics, and player customization.' --- # Vimeo Upload, manage, and stream videos with the Vimeo API. Access user data, video analytics, and player customization. | Detail | Value | |---|---| | Category | Media | | Base URL | `https://api.vimeo.com` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `vimeo` | ## Using Vimeo in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Vimeo** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /me](./get_me_media_getuser) | Get authenticated user info | | [GET /me/videos](./get_me_videos_media_listmyvideos) | List videos for the authenticated user | | [GET /videos/{video_id}](./get_videos_video_id_media_getvideo) | Get a video by ID | | [DELETE /videos/{video_id}](./delete_videos_video_id_media_deletevideo) | Delete a video | | [PATCH /videos/{video_id}](./patch_videos_video_id_media_updatevideo) | Edit video metadata | | [GET /videos](./get_videos_media_searchvideos) | Search for videos | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.