Kova detects compromised credentials, fraudulent IPs, and at-risk identities — giving your risk team the intelligence to act before fraud occurs.
Used by security teams at fintechs worldwide
Try it now
Hit the real API with our demo key. No signup required.
Getting started
From signup to first API call in under 10 minutes.
Sign up at kovaapi.dev and your API key is provisioned instantly. Include it in every request via the X-API-Key header.
A single POST request returns a full risk profile in under 500ms.
curl -X POST https://api.kovaapi.dev/v1/scan \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"email": "user@example.com"}'
Drop into your onboarding flow, login checks, or fraud pipeline. Structured JSON makes integration trivial.
import requests
resp = requests.post(
"https://api.kovaapi.dev/v1/scan",
headers={"X-API-Key": "YOUR_API_KEY"},
json={"email": user_email}
)
risk = resp.json()
if risk["risk_score"] > 70:
flag_for_review(user_email)
API Reference
Email, IP, and phone intelligence in a single, consistent API.
Detect compromised credentials, breach history, and credential stuffing exposure for any email address.
Identify Tor exit nodes, proxies, VPNs, datacenter hosting, and abuse history for any IP address.
Classify VOIP numbers, detect breach exposure, and assess fraud risk for phone-based verification.
Pricing
No hidden fees. No overages. Cancel anytime.
No credit card required
Need more than 250,000 calls or custom data sources?
Talk to us → hello@kovaapi.dev