Is there any way, where we can make an API request for multiple video details by using a list of ID's ? Just like how Youtube provides googleapis.com/youtube/v3/videos?id=[ID1,ID2,ID3]. Can we achieve the same through Vimeo ? Guide through pls. Thanks
Vimeo API v3: request to get multiple videos by Video Id's
618 views Asked by apsara dhanasekar At
2
You can pass a comma-separated list of video URIs to get the details of multiple videos in one go. Like this,
Here is the Vimeo documentation for the same: https://developer.vimeo.com/api/reference/videos#search_videos