Built by Neural Evo
Trusted by teams validating emails
How it works
Three steps from zero to a clear deliverability decision.
01
Sign up & create API key
Sign up, get API keys, and copy a secret for your environment.
02
POST /api/v1/validate/email
Send an email address with Bearer auth. Quota applies to every call.
03
Act on verdict
Use the status in signup, CRM, or outreach flows.
curl -X POST https://api.emailscore.neuralevo.com/api/v1/validate/email \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"ada@company.com"}'Built for precise validation
Everything you need to decide whether an address belongs in your funnel, without the noise.
Syntax & normalization
Catch bad addresses early and keep formats consistent before they hit your systems.
MX / DNS signals
Check whether the domain can receive mail at all.
Deliverability status
Clear deliverable, undeliverable, unknown, or disposable results with plain reasons.
Domain rules
Allow or block domains for your workspace with simple list rules.
API keys & rate limits
Issue keys for your workspace and enforce per-minute limits that match your plan.
Usage metering
One counter for dashboard trials and production API calls.
Product tour
A calm look at the surfaces you will use every day.

Built for developers
One authenticated endpoint. Structured checks. Deliverability you can use in code, not a black-box score.
Full API referencecurl -X POST https://api.emailscore.neuralevo.com/api/v1/validate/email \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"ada@company.com"}'{
"inputType": "email",
"input": "ada@company.com",
"normalized": "ada@company.com",
"verdict": "allow",
"policyReason": "clean",
"checks": {
"syntax": "pass",
"disposable": "miss"
},
"deliverability": {
"status": "deliverable",
"reason": "mx_found",
"hasDns": true,
"hasMx": true,
"usedAFallback": false,
"cached": false
},
"mxRecords": [
{ "host": "mail.company.com", "priority": 10, "ips": ["203.0.113.10"] }
],
"provider": null,
"flags": {
"freeProvider": false,
"businessProvider": true,
"privacyProvider": false,
"roleAccount": false
}
}Simple pricing
Dashboard trials and API calls share the same quota. Fair use applies; contact support for overage.
- T
Trial
For new launches
Get startedForever Free
- 10 requests per min
- 200 requests monthly quota
- 1 user workspace
- Bulk mail checker
- TPopular
Team
For startups
Choose plan$9.00/mo
- 60 requests per min
- 5000 requests monthly quota
- 3 users workspace
- Bulk mail checker
- P
Pro
For growing business
Choose plan$50.00/mo
- 300 requests per min
- 15000 requests monthly quota
- 5 users workspace
- Bulk mail checker
- B
Business
For scaling business
Choose plan$200.00/mo
- 1K requests per minute
- 25K requests monthly quota
- SSO Integration
- Bulk mail checker
Fair use applies. For overage, contact support@neuralevo.com.
Security & trust
Email Score is built by Neural Evo with workspace isolation and keyed API access as defaults.
- TLS in transit for API and dashboard traffic
- Bearer API keys scoped to your workspace
- Space isolation for keys, rules, and usage
- We do not sell customer email lists
Read the Security overview and Privacy Policy.
FAQ
Short answers for the questions we hear most.
Ship cleaner email lists this week.
Start free on Email Score, or talk to us about Business plans.
