Amity API Rate Limits

Hi,

Do you have some rate limits for calling you API?
Couldn’t find any in documentation.

We are integrating from our backend and sending Posts to up to 200+ Communities (as Admin) and would like to understand rate rate limits, so we do not get throttled.

Thank you.

Hello @bn9001 , Yes, our API has a rate limit of 10 calls per second per user. To avoid throttling, please monitor and control the number of API calls, especially when posting to multiple communities.

If you have further questions, feel free to reach out.

Thank you for a fast response!

Just to double check - we are calling from backend, not from SDK or UI kit (so, a pure integration from backend, not something that all other users will do).
We are using an Admin user and with admin token.
We are not going to have that many calls for regular users for sure.

  • So, here is still applies only 10 requests per second for Admin user with admin token?
  • Is this per Application or to ask more precise - are there some higher limits on per Application/Account level for these admin calls to API?
  • Are there some other limits like 600 requests per minute or you throttle on more than 10 requests per second?
  • Are there some different limits for payed Core/Max accounts?

Thank you.

@bn9001 Thank you for your follow-up questions! Here’s the clarification:

  • 10 Requests per Second: This limit applies to both regular and admin users, even when using an admin token. It’s set to maintain system stability and performance.
  • Per Application/Account Level: The 10 requests per second limit is applied per user, not specifically at the application or account level. It’s important to keep this in mind across all your admin operations to avoid throttling.
  • Additional Throttling: There aren’t additional limits like 600 requests per minute. The main limit is 10 requests per second. If exceeded, you might experience delays due to throttling.
  • Different Limits for Paid Accounts: The 10 requests per second limit applies to all account types, including Core and Max accounts.

Please let us know if you need further assistance.

1 Like