Rate Limiting

Rate limiting is enforced at workspace level. Different keys belonging to the same workspace will share the same quotas. By default, each endpoint has a limit of 3 calls per second, with some allowance for burstiness. A global limit of 3000 calls per day is enforced at workspace level. When one of these limits is reached, the request will fail with a 429 Too many requests error. Information about the current quotas can be retrieved from the response headers:
X-Daily-RateLimit-Remaining: 1561
X-RateLimit-Limit: 3
X-RateLimit-Remaining: 20