Skip to main content
Answered

Seeking Advice on Increasing Miro API Rate Limit for Enterprise Account

  • November 28, 2024
  • 1 reply
  • 64 views

Forum|alt.badge.img+4
  • Active Contributor
  • 25 replies

Hello Community,

I'm currently encountering an issue with rate limiting in Miro’s API, as outlined in their documentation

(https://developers.miro.com/reference/rate-limiting).

I have an Enterprise account, which provides a limit of 100,000 credits per minute.

I’m wondering if there is any way to increase this limit.

Specifically:

  • Is this rate limit fixed for the Enterprise plan?
  • Are there options to increase the limit without switching plans?
  • Would upgrading to a different plan help?

Any insights or advice would be greatly appreciated.

Thanks in advance!
Best regards,
Vas

Best answer by Horea Porutiu

Hey ​@vkoko 

Sorry to hear that you are having issues with rate limiting. 

Have you tried implementing some sort of backoff strategy using our HTTP headers which can give you insight into your rate limits? In our docs, we suggest to check for the header `X-RateLimit-Reset` to see when your credits will be reset, and then just wait until the reset to make your next API calls. 

There are also some best practices in that doc as well. Let me know if that works, and if not, we can try to figure out a different solution. 

Hope this helps! 

1 reply

Horea Porutiu
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 200 replies
  • Answer
  • November 28, 2024

Hey ​@vkoko 

Sorry to hear that you are having issues with rate limiting. 

Have you tried implementing some sort of backoff strategy using our HTTP headers which can give you insight into your rate limits? In our docs, we suggest to check for the header `X-RateLimit-Reset` to see when your credits will be reset, and then just wait until the reset to make your next API calls. 

There are also some best practices in that doc as well. Let me know if that works, and if not, we can try to figure out a different solution. 

Hope this helps!