B2B · API in private beta

Fraud signals, one API call away.

The same engine that protects 65,000+ consumers from phone scams, suspicious texts, and dark-web breaches — now available for your product. Build trust scoring, SMS classification, and breach detection into your platform.

Get API Access Browse Endpoints

What you can build

Three endpoints. Production-grade.

Every endpoint is rate-limited, JWT-authed, and returns sub-300ms p95 from US-East. No setup beyond an API key.

GET

Phone Trust Score

/v1/trust/phone/:e164

0-100 risk score with reason codes and source mentions across the open web — FCC, BBB, scam-report communities. Cached aggressively, refreshed on demand.

POST

SMS Classify

/v1/sms-classify

Plain-text scam detection. Returns risk level, triggered categories (phishing / smishing / package / bank / refund), and a one-line plain-English finding.

POST

Breach Check

/v1/breach/quick-check

Email + phone breach lookup against the dark-web corpus. Returns exposures with source domain, data types, and a severity tag.

Live example

curl the API in 5 seconds.

Authentication is a bearer JWT. Once your key is provisioned you can hit the API from anywhere — server, mobile, edge.

curl -X POST https://aegisdial-api-production.up.railway.app/v1/sms-classify \
  -H "Authorization: Bearer $AEGISDIAL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hi this is Wells Fargo Fraud, your account is locked, verify at wlf-secure.io"}'

# →
{
  "risk_score":  97,
  "risk_level":  "critical",
  "reason":      "Bank impersonation + look-alike domain. No legitimate bank sends verify-account links.",
  "triggered_categories": ["bank_impersonation", "phishing_url"]
}

Pricing

Per-call. Volume discounts above 10k/day.

Self-serve up to 50k calls/month. Enterprise tier includes SLA, dedicated support, and SOC 2 docs.

Developer

$49 / month

Solo or early-stage product

  • 10,000 API calls / month
  • All three endpoints
  • Sandbox keys included
  • Email support

Enterprise

Custom

Banks · carriers · marketplaces

  • Unmetered volume
  • On-call engineer · 1h SLA
  • SOC 2 + GDPR + CCPA documentation
  • Custom model training

Get API Access

Drop your work email and we'll send you a sandbox key + onboarding doc within 24 hours. No card on file required.

Please enter a valid work email.
You're on the API waitlist. We'll reach out within 24 hours.