Skip to content

Vimeo ​

Upload, manage, and stream videos with the Vimeo API. Access user data, video analytics, and player customization.

DetailValue
CategoryMedia
Base URLhttps://api.vimeo.com
AuthenticationBearer Token
Endpoints6
Connector keyvimeo

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 ​

EndpointSummary
GET /meGet authenticated user info
GET /me/videosList 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 /videosSearch for videos

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.