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.
What you can build
Every endpoint is rate-limited, JWT-authed, and returns sub-300ms p95 from US-East. No setup beyond an API key.
0-100 risk score with reason codes and source mentions across the open web — FCC, BBB, scam-report communities. Cached aggressively, refreshed on demand.
Plain-text scam detection. Returns risk level, triggered categories (phishing / smishing / package / bank / refund), and a one-line plain-English finding.
Email + phone breach lookup against the dark-web corpus. Returns exposures with source domain, data types, and a severity tag.
Live example
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
Self-serve up to 50k calls/month. Enterprise tier includes SLA, dedicated support, and SOC 2 docs.
Solo or early-stage product
B2C apps, 1k+ daily users
Banks · carriers · marketplaces
Drop your work email and we'll send you a sandbox key + onboarding doc within 24 hours. No card on file required.