Rate limits
Review our rate limiting to ensure API stability and fair usage.
Each API key has a rate limit of 60 requests per minute.
When you exceed this limit, the API will return a 429 Too Many Requests status code. The response will include the following headers:
X-RateLimit-Limit: The maximum number of requests allowed per window (60)X-RateLimit-Remaining: The number of requests remaining in the current windowX-RateLimit-Reset: The time in seconds until the rate limit window resets
Rate limits help ensure API stability and fair usage across all users. If you need a higher rate limit for your use case, please contact us at support+developers@sophiie.ai.
We recommend implementing request throttling and exponential backoff in your application to gracefully handle rate limiting.
Implement request throttling in your application to stay within rate limits and optimize API usage.