Skip to content

Authentication

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.

Account management endpoints (creating/listing/revoking API keys) use JWT tokens obtained via the login endpoint.

JWTs expire after 24 hours.

PlanMonthly LimitPer-Minute Limit
Free10010

Rate limit headers are included in every response:

  • X-RateLimit-Limit - Your plan’s monthly limit
  • X-RateLimit-Remaining - Remaining requests this month
  • X-RateLimit-Reset - Unix timestamp when the limit resets