Rate limiting

To ensure platform stability and fair usage, API requests are subject to rate limiting.

Rate limiting is enforced at the API gateway level and is applied per client IP address.

Limits

  • 60 requests per 60 seconds per IP address

If the limit is exceeded, the API responds with HTTP status code:

  • 429 – Too Many Requests

Requests will be accepted again automatically once the rate limit window resets.

Notes

  • Rate limits apply equally to Core API and Extension API endpoints

  • The client IP address is determined by the API gateway

  • No additional headers are required to participate in rate limiting

  • Burst traffic above the limit may be temporarily rejected

If your use case requires higher limits or sustained throughput, please contact the platform owner to discuss options.

Last updated