Vimeo
Actions
| Name | Description |
|---|---|
upload_videoUpload a video to your Vimeo account | Upload a video to your Vimeo account |
delete_videoDelete a video from Vimeo | Delete a video from Vimeo |
add_video_to_showcaseAdds an existing video to a user's showcase | Adds an existing video to a user's showcase |
add_video_to_folderAdds an existing video to a user's folder | Adds an existing video to a user's folder |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_video_likedTriggers when you like a new video on Vimeo | Triggers when you like a new video on Vimeo |
new_video_by_searchTriggers when a new video is added that matches a search query | Triggers when a new video is added that matches a search query |
new_video_of_mineTriggers when you add/upload a new video | Triggers when you add/upload a new video |
new_video_by_userTriggers when another specified user adds a video | Triggers when another specified user adds a video |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'vimeo',
actionName: 'upload_video',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Vimeo to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Vimeo support?
Vimeo supports 5 actions including Upload Video, Delete Video, Add Video to Showcase, Add Video to Folder, Custom API Call.
Can I use Vimeo with AI agents?
Yes. Add Vimeo to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Vimeo use?
Vimeo uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Vimeo integration cost?
The Vimeo integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Vimeo support?
Vimeo supports 4 triggers including New Video I've Liked, New Video by Search, New Video of Mine, New Video by User.
Connect Vimeo in 2 minutes
Get 1,000 free actions every month. No credit card required.