Admin
Rate limit

Rate limit

Rate limit acts like a security guard for your service and keeps things running smoothly.

  • They help protect against abuse or misuse of the API. For example, a malicious actor could flood the API with requests in an attempt to overload it or cause disruptions in service. By setting rate limit, you can prevent this kind of activity.

  • Rate limit helps ensure that everyone has fair access to the API. If one user makes an excessive number of requests, it could bog down the API for everyone else. By throttling the number of requests that a single user can make, you can ensure that the most number of people have an opportunity to use the API without experiencing slowdowns.

ShipAIFast implemented rate limit at per user per app level. Please go to each app to config rate limit.