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)?
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