Skip to content

Rate Limiting

All Kayse AI APIs enforce rate limiting. Each API key is allowed up to 500 requests per hour. Once the rate limit is reached, the server will respond with HTTP Status 429 - Too Many Requests.

Rate Limit Headers

Rate-limiting details are included in the response headers:

HeaderDescription
X-RateLimit-LimitThe maximum number of requests allowed per hour
X-RateLimit-RemainingThe number of requests remaining in the current time window
X-RateLimit-ResetThe time remaining before the rate limit resets, in UTC epoch seconds

Example Response Headers

X-RateLimit-Limit: 500
X-RateLimit-Remaining: 487
X-RateLimit-Reset: 1704067200

Note

Currently, rate limiting is not applied on a per-user basis, but this may be introduced in future updates.

Turn unreachable clients into paid cases.