Reputation: 549
I am developing video streaming site and i am using vimeo server for host video's and vimeo has great set of API releases. According to my requirement i want to upload video's also from youtube/Gdrive/Dropbox/Box/Onedrive etc. so Is there any way to upload video's from URL?
Upvotes: 2
Views: 703
Reputation: 204
Looking at Vimeo documentation they have an api endpoint called Automatic (“pull”) uploads which takes the video from a URL which sounds like what you are looking for.
Upvotes: 2