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 ​
- Go to Connections and click New Connection.
- Pick Vimeo from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /me | Get authenticated user info |
| GET /me/videos | List videos for the authenticated user |
| GET /videos/{video_id} | Get a video by ID |
| DELETE /videos/{video_id} | Delete a video |
| PATCH /videos/{video_id} | Edit video metadata |
| GET /videos | Search for videos |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.