Vimeo
Connector for the vimeo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.vimeo.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_endpoints— GET / — Get an API specificationget_categories— GET /categories — Get all categoriesget_category— GET /categories/{category} — Get a specific categoryget_category_channels— GET /categories/{category}/channels — Get all the channels in a categoryget_category_groups— GET /categories/{category}/groups — Get all the groups in a categoryget_category_videos— GET /categories/{category}/videos — Get all the videos in a category
Inputs
apiKey— your vimeo API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_endpoints
apiKey: <your key>