Check the API key information, current credit balance and plan status
cURL
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" } ] }
Your Blitz API Key.
OK
The response is of type object.
object