Breaking Changes

Breaking Change: Updated API Rate Limits

To provide a fair and stable service for all users, we are introducing new rate limits for our API, effective August 1, 2024.

New Rate Limits - **Standard Plan:** 1000 requests per minute. - **Pro Plan:** 5000 requests per minute. - **Enterprise Plan:** Custom limits.

API responses will now include the following headers to help you track your usage: - `X-RateLimit-Limit`: The total number of requests allowed in the current window. - `X-RateLimit-Remaining`: The number of requests remaining in the current window. - `X-RateLimit-Reset`: The time at which the current window resets (in UTC epoch seconds).

When you exceed the rate limit, you will receive a `429 Too Many Requests` HTTP status code. We recommend implementing a backoff strategy to handle these cases gracefully.