Understand chart calculation rate limits
Request and response shapes
Input shape
{ auth: { quota: { status: 'available' | 'rate_limited' | 'exhausted'; remaining?: number; resetAt?: string } } }Output shape
{ auth: AuthState }Examples
Request example
{
"query": "What consumes chart quota?"
}Response example
{
"auth": {
"status": "anonymous",
"quota": {
"status": "available",
"limit": 3,
"remaining": 2
}
}
}Common validation errors
- Repeated blocked attempts remain denied until the bucket resets.
Related questions
- free chart quota
- does validation consume quota
- render retry limits