Viemo API requests limit for videos and thumbnails

1.1k views Asked by At

We are developing a mobile app where user can watch Vimeo videos which are being fetched via the Vimeo API but the problem is that when API request limit reaches above 100 from same IP it starts throwing a 'limit reached' exception. We are using a Vimeo business account but still we are unable to find any solution or workaround to fix this issue.

Is there any workaround to overcome this problem? What possible techniques we can use or implement (such as caching)?

1

There are 1 answers

2
Moien.Dev On

One of the best solution is to optimize your API responses. You can use a JSON filter to reduce the size of the responses.

Try to look at the Vimeo developer API