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.
Code Examples & Best Practices
Production-ready code for every Blitz API v2 endpoint. Copy, paste, and ship.This page is split into a shared client setup plus a dedicated example page for each endpoint. Copy the client below once, then drop in the per-endpoint snippet you need.
Endpoint Quick Reference
All v2 endpoints at a glance. Base URL:https://api.blitz-api.ai. All endpoints use POST except key-info.
| Endpoint | Method | Description | Plan required | Example |
|---|---|---|---|---|
/v2/account/key-info | GET | Check API key validity & rate limit | Any | Check API Key |
/v2/search/waterfall-icp-keyword | POST | Find decision-makers by cascade hierarchy | Unlimited Leads+ | Waterfall ICP |
/v2/search/employee-finder | POST | Search employees at one company | Unlimited Leads+ | Employee Finder |
/v2/search/people | POST | Search people across many companies | Unlimited Leads+ | Find People |
/v2/search/companies | POST | Find companies by filters | Unlimited Leads+ | Company Search |
/v2/enrichment/email | POST | LinkedIn profile URL → verified work email | Unlimited Email+ | Email Enrichment |
/v2/enrichment/phone | POST | LinkedIn profile URL → phone (US only) | Unlimited Phone | Phone Enrichment |
/v2/enrichment/email-to-person | POST | Work email → full person profile | Unlimited Leads+ | Reverse Email |
/v2/enrichment/phone-to-person | POST | Phone number → full person profile | Unlimited Leads+ | Reverse Phone |
/v2/enrichment/company | POST | Company LinkedIn URL → company profile | Unlimited Leads+ | Company Enrichment |
/v2/enrichment/domain-to-linkedin | POST | Website domain → Company LinkedIn URL | Unlimited Leads+ | Domain → LinkedIn |
/v2/enrichment/linkedin-to-domain | POST | Company LinkedIn URL → email domain | Unlimited Leads+ | LinkedIn → Domain |
/v2/utils/current-date | POST | Get current server date/time | Any | — |
Base Setup
Every request requires thex-api-key header. The client below handles rate limiting, retries on 429, and error handling. Each per-endpoint example page assumes this client is already in scope as blitzRequest().

