Identification API
Identify the companies behind your website visitors using IP intelligence. No cookies, no tracking scripts required for API-only usage.
Endpoints
| Endpoint | What it does |
|---|---|
POST /functions/v1/ip-to-company | Identify the company behind an IP address (waterfall: free DB → paid providers) |
VPN, hosting, and ISP traffic is detected automatically and never charged. You only pay for business matches.
Pricing & quotas
See Pricing for current tiers and Subscription model for how monthly identification quotas, top-ups, and trial credits work under the live billing model.
How It Works
- Send an IP →
POST /functions/v1/ip-to-companywith{"ip": "203.0.113.1"} - Free DB checks first — 6.7M+ IP records, 2.4M VPN IPs, 434K hosting ranges. Junk traffic filtered instantly at zero cost.
- Paid providers if needed — multiple identification providers called in parallel for consensus scoring.
- Get the result — company name, domain, confidence score, traffic classification.
Results are cached for 7 days. Repeated lookups for the same IP are served from cache at no additional cost.
Quick Start
curl -X POST "https://api.warmai.uk/functions/v1/ip-to-company" \
-H "Content-Type: application/json" \
-H "x-access-key: warm_YOUR_API_KEY" \
-d '{"ip": "203.0.113.1"}'Get your API key at warmai.uk — takes 30 seconds.
Last updated on