Rate Limit

Learn about API rate limits and how to work with them.

At Justt, we've implemented a set of protective measures within our API to ensure its robustness, even during surges in incoming traffic. If you find yourself sending numerous requests in quick succession, you might encounter error responses flagged with a status code 429. Our API employs various limiters to maintain a harmonious and fair user experience, including:

Rate Limiting: Our API incorporates rate limiting to promote equitable usage and deter any potential misuse. Requests are subject to the following constraints:

  • Maximum Requests: You can make up to 1000 requests per hour.
  • Burst Limit: Enjoy a burst of up to 50 requests per minute.
  • Bulk Size Limit: Each request can include a maximum of 100 items.
  • File name length Limit: 100 characters
  • Exceeded Limit: If you exceed these limits, you'll receive an HTTP response with status code 429, indicating "Too Many Requests."

Please view these limits as upper boundaries, and kindly refrain from generating unnecessary loads. For expert tips on handling such 429 responses gracefully, we recommend checking out our guide on "Handling Rate Limiting Gracefully." In the event that you notice an unexpected surge in rate-limited requests, our dedicated support team is ready to assist you.

We constantly monitor and adjust these limits to strike the right balance between safeguarding our system and accommodating high-traffic applications. If you require an increased rate limit or believe the current limits hinder your usage, please don't hesitate to reach out to our support team. We're here to ensure your experience with the Justt API is as smooth as possible.