klexta's real-time API implements rate limiting to ensure fair and efficient use of our services. This policy helps maintain the stability and performance of our platform. Here's what you need to know about our rate limiting:
Default Rate Limits
production environment
- For the
bulk
endpoint: 1 request per second. Maximum 25 queries allowed in one request. - For the
search
endpoint: 25 requests per second.
sandbox environment
- For the
bulk
endpoint: 3 request per minute. Maximum 5 queries allowed in one request. - For the
search
endpoint: 3 requests per minute.
Exceeding Rate Limits
- If you exceed the defined rate limits for your specific endpoint, you will receive a 429 Too Many Requests HTTP response status code.
Handling Rate Limit Exceedances
- When you receive a 429 status code, it indicates that you've surpassed the allowed request frequency.
- To ensure continued access to our real-time API, you should adjust your request rate to stay within the specified limits.