JigsawStack implements rate limiting to ensure fair usage and maintain API stability for all users. Rate limits are applied on a per-project basis. We support up to 50 requests per second. When exceeded, the API returns a 429 status code with corresponding headers. If you need higher limits, please reach out to us. \Documentation Index
Fetch the complete documentation index at: https://jigsaw-13.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limit Headers
Every API response includes headers that provide information about your current rate limit status:| Header | Description |
|---|---|
x-jigsaw-rate-limit-limit | The maximum number of requests allowed per second |
x-jigsaw-rate-limit-remaining | The number of requests remaining in the current window |
x-jigsaw-rate-limit-reset | Unix timestamp (in milliseconds) when the rate limit window resets |
Example Response Headers
Need even higher rate limits? Reach out to us to discuss custom rate limits tailored to your needs.