Documentation

52 endpoints across 9 categories. All callable via REST and a subset via the MCP server.

Want to try these?
300 free credits on signup, no card required. Or share this page with your AI agent and let it tell you which endpoints fit your project.
Quickstart
Make your first call in 60 seconds.
  1. Sign up and grab your API key from the dashboard.
  2. Send a GET request to any endpoint with the X-API-Key header.
  3. The response is the upstream payload, wrapped in the standard envelope:
    {
      "success": true,
      "statusCode": 200,
      "message": "...",
      "data": { /* ... */ },
      "errors": null
    }

Example

curl -H "X-API-Key: zq_..." \
  "https://zooq.dev/api/v1/profile/overview?username=satyanadella"

Endpoints by category

Common errors

StatusMeaning
401Invalid or missing API key
402Insufficient credits — buy more on /billing
404Endpoint not found
429Rate limit exceeded — slow down or upgrade
502Upstream provider error — your credits were refunded