Real-time dark web intelligence
for fintechs.

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

kova — scan
FINTECHIDENTITYNEOBANKSECURITYCOMPLIANCEFRAUDKYCONBOARDING

Try it now

See it live

Hit the real API with our demo key. No signup required.

3
Endpoints
< 500ms
Avg Response Time
Real-time
Data Freshness
AI-enriched
Every Response

Getting started

Three steps. That's it.

From signup to first API call in under 10 minutes.

1

Get your API key

Sign up at kovaapi.dev and your API key is provisioned instantly. Include it in every request via the X-API-Key header.

2

Make your first call

A single POST request returns a full risk profile in under 500ms.

bash
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"}'
3

Integrate in minutes

Drop into your onboarding flow, login checks, or fraud pipeline. Structured JSON makes integration trivial.

python
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

Three endpoints. Full coverage.

Email, IP, and phone intelligence in a single, consistent API.

POST /v1/scan

Email Scan

Detect compromised credentials, breach history, and credential stuffing exposure for any email address.

{
  "risk_score": 74,
  "breach_count": 3,
  "summary": "High risk..."
}
🌐
POST /v1/scan/ip

IP Reputation

Identify Tor exit nodes, proxies, VPNs, datacenter hosting, and abuse history for any IP address.

{
  "risk_score": 65,
  "is_tor_exit_node": true,
  "is_known_proxy": true
}
📞
POST /v1/scan/phone

Phone Intelligence

Classify VOIP numbers, detect breach exposure, and assess fraud risk for phone-based verification.

{
  "risk_score": 30,
  "is_voip": true,
  "carrier": "Google Voice"
}

Pricing

Simple, usage-based pricing

No hidden fees. No overages. Cancel anytime.

FREE

Free

$0 / month

No credit card required

  • 100 API calls / month
  • All three endpoints
  • AI-enriched responses
  • Community support
Start for free

Starter

$49 / month
  • 5,000 API calls / month
  • All three endpoints
  • AI-enriched responses
  • Email support

Scale

$799 / month
  • 250,000 API calls / month
  • Everything in Growth
  • Dedicated support
  • Custom integrations
  • Invoice billing available

Need more than 250,000 calls or custom data sources?

Talk to us → hello@kovaapi.dev