Restrict Vimeo videos to my website only

Asked

Viewed 953 times

1

It is possible to make an account premium on Vimeo, send my videos, restrict access for anyone to view them on the Vimeo website, and show them only to customers logged in to my website?

Is there a Vimeo API for this? I searched for something similar but found nothing.

  • This is configured globally or individually to each video on the Vimeo website itself. I don’t know if it has API for this, but it is done easily using the interface of the site.

1 answer

3

Just like @brasofilo said in the comments this can be done by the interface of website even.

Or through the API, using the method vimeo.videos.embed.setPrivacy:

That is, you need to pass the Oauth, the video ID, the level of privacy you want and which domains can show the video (by JSON). See the official documentation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.