Authentication
API Keys
Section titled “API Keys”All validation requests require an API key. Pass it via:
- Header:
X-API-Key: gq_live_... - Bearer:
Authorization: Bearer gq_live_...
API keys start with gq_live_ and are 32 characters long.
JWT Tokens
Section titled “JWT Tokens”Account management endpoints (creating/listing/revoking API keys) use JWT tokens obtained via the login endpoint.
JWTs expire after 24 hours.
Rate Limits
Section titled “Rate Limits”| Plan | Monthly Limit | Per-Minute Limit |
|---|---|---|
| Free | 100 | 10 |
Rate limit headers are included in every response:
X-RateLimit-Limit- Your plan’s monthly limitX-RateLimit-Remaining- Remaining requests this monthX-RateLimit-Reset- Unix timestamp when the limit resets