Skip to main content
GET
/
v2
/
account
/
key-info
Get API Key Details
curl --request GET \
  --url https://api.blitz-api.ai/v2/account/key-info \
  --header 'x-api-key: <api-key>'
{
  "valid": true,
  "id": "XXX",
  "remaining_credits": 99.5,
  "next_reset_at": "2026-02-12T17:48:25.199Z",
  "max_requests_per_seconds": 5,
  "allowed_apis": [
    "/search/waterfall-icp-keyword",
    "/enrichment/email_domain",
    "/enrichment/email"
  ],
  "active_plans": [
    {
      "name": "Startup Trial",
      "status": "active",
      "started_at": "2026-01-12T17:48:25.200Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt

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

Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
Cost: no cost
Use this as a health check before running batch jobs. A 200 response confirms the key is valid, and the credit balance covers the run.

Authentication

How to provision and use the x-api-key header across BlitzAPI endpoints.

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Response

OK

The response is of type object.