-
Notifications
You must be signed in to change notification settings - Fork 1k
VimeoAPI Plugin
Daniel Neto edited this page Aug 18, 2026
·
1 revision
VimeoAPI can upload eligible self-hosted MP4 videos from AVideo to Vimeo. It does not upload embedded videos or HLS-only content, and the destination copy follows Vimeo's account, quota and privacy rules.
- Create an application in Vimeo's current official developer dashboard.
- Generate credentials/token with only the scopes required for authenticated private upload.
- Enable
VimeoAPIand enterclient_id,client_secretandaccess_token. - Leave
automaticallyUploadToVimeooff for the first manual test. - Upload a small self-hosted MP4, verify Vimeo processing/privacy/title, then decide whether automation is appropriate.
Keep all credentials server-side. Revoking a Vimeo token stops future uploads but does not remove videos already copied.
Why is the upload option missing? The source must be a supported local/self-hosted MP4; HLS-only and embed items are not eligible in the current plugin.
Why does it finish in AVideo but not play on Vimeo? Vimeo performs its own asynchronous processing and policy checks.
Does deleting in AVideo delete Vimeo? Do not assume synchronization. Test and document each deletion/privacy direction.
| Plugin | Added value |
|---|---|
| API | Connects AVideo to trusted applications. |
| SocialMediaPublisher | Evaluates broader supported publishing workflows. |
| BitLy | Creates short links for shared video pages. |