Automate Vimeo
HumDay reads Vimeo’s own published API description and derives 326 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
Things people automate with Vimeo
What HumDay can do in Vimeo
162 documented operations change something in Vimeo. The 61 most useful are listed here.
- POSTCreate a channel
/channels - PUTAdd a list of tags to a channel
/channels/{channel_id}/tags - PUTAdd a list of videos to a channel
/channels/{channel_id}/videos - PUTAdd a list of categories to a channel
/channels/{channel_id}/categories - PUTAdd a list of channel moderators
/channels/{channel_id}/moderators - POSTAdd a user picture
/me/pictures - PUTPermit a list of users to view a private channel
/channels/{channel_id}/privacy/users - PATCHEdit a user
/me - PUTAdd a user to a group
/users/{user_id}/groups/{group_id} - DELETEUnsubscribe a user from a specific channel
/users/{user_id}/channels/{channel_id} - PUTSubscribe a user to a specific channel
/users/{user_id}/channels/{channel_id} - PUTAdd a user to a group
/me/groups/{group_id} - DELETEUnsubscribe a user from a specific channel
/me/channels/{channel_id} - PUTSubscribe a user to a specific channel
/me/channels/{channel_id} - POSTAdd a user picture
/users/{user_id}/pictures - POSTAdd a comment to a video
/videos/{video_id}/comments - DELETERemove a list of videos from a channel
/channels/{channel_id}/videos - DELETERemove a list of channel moderators
/channels/{channel_id}/moderators - POSTFollow a list of users
/me/following - DELETERestrict a user from viewing a private channel
/channels/{channel_id}/privacy/users/{user_id} - PUTPermit a specific user to view a private channel
/channels/{channel_id}/privacy/users/{user_id} - POSTAdd a reply to a video comment
/videos/{video_id}/comments/{comment_id}/replies - POSTAdd a comment to a video
/channels/{channel_id}/videos/{video_id}/comments - POSTCreate an On Demand page
/users/{user_id}/ondemand/pages - PATCHEdit a user
/users/{user_id} - PUTAdd a list of regions to an On Demand page
/ondemand/pages/{ondemand_id}/regions - DELETEDelete a channel
/channels/{channel_id} - PATCHEdit a channel
/channels/{channel_id} - POSTCreate an On Demand page
/me/ondemand/pages - DELETEDelete a user's watch history
/me/watched/videos - DELETEComplete a user's streaming upload
/users/{user_id}/uploads/{upload} - PUTAdd a specific tag to a channel
/channels/{channel_id}/tags/{word} - DELETERemove a user from a group
/users/{user_id}/groups/{group_id} - POSTCreate a group
/groups - PUTAdd a video to a user's Watch Later queue
/users/{user_id}/watchlater/{video_id} - PUTAdd a specific video to a channel
/channels/{channel_id}/videos/{video_id} - PUTAdd a specific channel moderator
/channels/{channel_id}/moderators/{user_id} - DELETERemove a user from a group
/me/groups/{group_id} - POSTCreate an album
/users/{user_id}/albums - POSTUpload a video
/users/{user_id}/videos - PUTAdd a list of tags to a video
/videos/{video_id}/tags - PUTAdd a video to a user's Watch Later queue
/me/watchlater/{video_id} - POSTCreate a project
/users/{user_id}/projects - POSTFollow a list of users
/users/{user_id}/following - POSTAdd a custom logo
/users/{user_id}/customlogos - DELETEDelete a user picture
/me/pictures/{portraitset_id} - PATCHEdit a user picture
/me/pictures/{portraitset_id} - DELETEUnfollow a user
/me/following/{follow_user_id} - PUTFollow a specific user
/me/following/{follow_user_id} - PATCHReplace the moderators of a channel
/channels/{channel_id}/moderators - POSTCreate an album
/me/albums - POSTUpload a video
/me/videos - POSTCreate a project
/me/projects - POSTAdd a new custom logo to a video
/videos/{video_id}/timelinethumbnails - POSTAdd a custom logo
/me/customlogos - PUTAdd a list of videos to a project
/users/{user_id}/projects/{project_id}/videos - DELETEDelete a specific video from a user's watch history
/me/watched/videos/{video_id} - PUTAdd a list of videos to a project
/me/projects/{project_id}/videos - PUTPermit a list of users to view a private video
/videos/{video_id}/privacy/users - DELETERemove a list of regions from an On Demand page
/ondemand/pages/{ondemand_id}/regions - POSTAdd a poster to an On Demand page
/ondemand/pages/{ondemand_id}/pictures
What HumDay can read from Vimeo
These are the operations a schedule or a trigger can watch.
- GETGet a user
/me - GETCheck if a user follows a channel
/users/{user_id}/channels/{channel_id} - GETCheck if a user follows a channel
/me/channels/{channel_id} - GETGet all the channels to which a user subscribes
/users/{user_id}/channels - GETGet all the followers of a channel
/channels/{channel_id}/users - GETGet all videos in a user's feed
/me/feed - GETGet all the groups that a user has joined
/me/groups - GETGet all the channels to which a user subscribes
/me/channels - GETGet all the pictures that belong to a user
/me/pictures - GETGet all the channels to which a user can add or remove a specific video
/videos/{video_id}/available_channels - GETGet all the followers of a user
/me/followers - GETGet all the users that a user is following
/me/following - GETCheck if a user has made a purchase or rental from an On Demand page
/users/{user_id}/ondemand/purchases - GETGet all the users who can view a private channel
/channels/{channel_id}/privacy/users - GETGet a user
/users/{user_id} - GETGet a specific channel
/channels/{channel_id} - GETGet all the videos that a user has watched
/me/watched/videos - GETGet a user's upload attempt
/users/{user_id}/uploads/{upload} - GETSearch for videos
/videos - GETGet all channels
/channels - GETCheck if a user has joined a group
/me/groups/{group_id} - GETGet all videos in a user's feed
/users/{user_id}/feed - GETGet all the videos that a user has liked
/users/{user_id}/likes - GETGet all the albums that belong to a user
/users/{user_id}/albums - GETGet all the groups that a user has joined
/users/{user_id}/groups - GETGet all the videos that a user has uploaded
/users/{user_id}/videos - GETGet all the embed presets that a user has created
/users/{user_id}/presets - GETGet all the pictures that belong to a user
/users/{user_id}/pictures - GETGet all the projects that belong to a user
/users/{user_id}/projects - GETGet all the followers of a user
/users/{user_id}/followers - GETGet all the users that a user is following
/users/{user_id}/following - GETGet all the tags that have been added to a channel
/channels/{channel_id}/tags - GETGet all the categories that a user follows
/users/{user_id}/categories - GETGet all the portfolios that belong to a user
/users/{user_id}/portfolios - GETGet all the videos in a user's Watch Later queue
/users/{user_id}/watchlater - GETGet all the videos in which a user appears
/users/{user_id}/appearances - GETGet all the custom logos that belong to a user
/users/{user_id}/customlogos - GETGet all the videos in a channel
/channels/{channel_id}/videos - GETGet a specific user picture
/me/pictures/{portraitset_id}
How automating Vimeo works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Vimeo account.
- Grant access, then go live. You approve the specific Vimeo operations it may use — and only those.
Popular Vimeo integrations
Connect Vimeo to the tools people pair it with most.
- Vimeo and OData for namespace microsoft.graphintegration
- Vimeo and Cloudflareintegration
- Vimeo and NetBoxintegration
- Vimeo and GitHubintegration
- Vimeo and Mistintegration
- Vimeo and Loket.nlintegration
- Vimeo and Atlassian The Jira Cloud platformintegration
- Vimeo and Magento B2Bintegration
- Vimeo and Stripeintegration
- Vimeo and Zuora Reference Billingintegration
- Vimeo and bunqintegration
- Vimeo and DocuSignintegration
Automate Vimeo with these
- Britbox Rocket121 operations
- SportsData NFL Stats76 operations
- PandaScore for All Videogames56 operations
- Haloapi Metadata37 operations
- SportsData NFL Scores36 operations
- SportsData Soccer Stats35 operations
- SportsData MLB Stats34 operations
- RAWG Video Games Database30 operations
- SportsData NBA Stats30 operations
- SportsData NHL Stats30 operations
- Haloapi Stats28 operations
- SportsData CBB Stats26 operations
Categories
Questions about Vimeo automation
- Can HumDay connect to Vimeo?
- Yes. HumDay reads Vimeo's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 326 operations are documented.
- Do I need to write code to automate Vimeo?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Vimeo account.
- What can HumDay do in Vimeo?
- 162 of the 326 documented operations change something in Vimeo, and 164 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Vimeo account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Vimeo is held behind that approval.
Where this came from
The operations above are read from a published API description for Vimeo at raw.githubusercontent.com/vimeo/openapi/master/api.yaml. Descriptions are the provider’s own words, not ours. Last published 2019-03-17.