Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neariq.io/llms.txt

Use this file to discover all available pages before exploring further.

GET /usage

Returns usage statistics for your account.
curl https://app.neariq.io/api/v1/usage \
  -H "X-NearIQ-Key: niq_your_key_here"
{
  "plan": "agency",
  "competitors": { "used": 12, "limit": 50 },
  "rankChecks": { "todayUsed": 8, "dailyLimit": 50 },
  "api": {
    "requestsToday": 142,
    "dailyLimit": 10000,
    "requestsThisMonth": 3841
  },
  "keys": [
    {
      "id": "key_abc",
      "name": "Reporting dashboard",
      "prefix": "niq_a3f7...",
      "createdAt": "2026-01-15T10:00:00Z",
      "lastUsedAt": "2026-04-27T09:22:14Z"
    }
  ]
}