Hello I'm making a website that host videos and i'am using vimeo as a hosting and i work with vinkla package for laravel uploading video is okay no problem but i want to set privacy and description and title and i can not do that may i do not understand their api correctly and how to retrieve videos if you have any tutorial or any suggestions i can follow and thank's in advance .
i read the full documentation it only explain how to upload , retrieve not how to set privacy and progress bar and a lot of other things i want only explain or any thing can help .
First, you need Vimeo PRO for some things, like privacy.
If you want to play with video controls than you need JavaScript API: https://developer.vimeo.com/player/js-api
If you need information about one video, like duration and stuff, than you do this:
thank's very much @shonetow but i want only to get video url and make a video element in html5 and insert the video which means use my own video player it only returns an iframe within video data in the body inside the array .