user3686838
user3686838

Reputation: 21

Does the Vimeo API allow users to upload videos to my vimeo account?

Does the Vimeo API allow users to upload videos to my vimeo account? If so can I do it wihtout redirecting them to the Vimeo website? So do I use the new API from vimeo or is the old just fine?

Upvotes: 2

Views: 2316

Answers (2)

sclm
sclm

Reputation: 91

Knut is correct - you can upload in the advanced API. It is also supported in the new API including official client library support for Python, PHP and Node.js.

The biggest special thing you have to do is request access to upload and describe your use case. This is done on the app edit page under the heading "Upload Access". There'll be a link there to submit the request.

Upvotes: 0

Knut
Knut

Reputation: 1800

Yes. Vimeo does support uploading videos using the advanced upload API. So you just have to build an interface which allows the user to upload a video and push that - using your favorite programming language - to your account using that API.

Upvotes: 2

Related Questions