Call Limits
Request Frequency Limit
To ensure the availability and security of Polyv services and prevent malicious attacks on Polyv servers, the Polyv server imposes a frequency limit on API calls. For the entire Polyv API domain api.polyv.net, there is a restriction of no more than 500 requests within 10 seconds for a single IP address. If this request frequency limit is exceeded, access will be blocked for 5 minutes. When integrating and calling API interfaces, clients should avoid frequent API calls within the restricted conditions to prevent affecting normal service.
It is strongly recommended that clients adopt the following integration strategy:

All requests should be forwarded to the Polyv server through the client's server-side, rather than directly accessing the Polyv server from the client-side. The client's server-side should integrate caching frameworks such as Redis or Memcache. Request results should be retrieved from the cache as much as possible to reduce call frequency. The logic for tracking call frequency can also be encapsulated within the Redis caching framework to facilitate business logic processing.
