Email Intelligence API
Decide on an email before you accept it.
Send an address. Get a single reachability verdict plus every signal behind it: syntax, MX, SPF, DMARC, disposable and role detection, and domain age — fast enough to run inline at signup.
$ curl -X POST https://api.tracenow.io/email \
-H "Authorization: Bearer tn_live_xxxx" \
-d '{"email": "user@mailinator.com"}'
{
"input": "user@mailinator.com",
"is_reachable": "risky",
"account": {
"is_disposable": true,
"is_role_account": false
},
"mx": { "accepts_mail": true },
"domain": { "domain_age_days": 7124 },
"duration_ms": 289
}
Use cases
Every signal an inbox can reveal.
Stop fake signups at the door
The is_reachable verdict folds syntax, MX and disposable checks into one answer, so your form logic stays trivial.
Catch disposable and role inboxes
Flag throwaway domains and admin@ / billing@ role accounts that signal abuse or low intent.
MX and auth before you trust an inbox
MX presence, SPF strictness, and DMARC enforcement tell you whether the domain can receive mail and how seriously it authenticates senders.
Read domain trust at a glance
Domain age, registrar, SPF strictness and DMARC enforcement reveal freshly-registered or unauthenticated domains used in fraud.
Pricing
Simple, volume-based pricing.
Every field included on every plan. Start free, scale when you need to.
10,000
calls / month
per month, billed annually
- Per call
- $0.0029
- Overage
- $0.006 / call
100,000
calls / month
per month, billed annually
- Per call
- $0.00149
- Overage
- $0.003 / call
1,000,000
calls / month
per month, billed annually
- Per call
- $0.0006
- Overage
- $0.0012 / call
Over 1M calls/month? Contact us
