Quickstart
Get validating in minutes
Public docs for the Email Score validate API. For authenticated in-app docs with live try-validate, sign in and open the dashboard.
Steps
- Create an account and Space.
- Generate an API key from the dashboard.
- Call POST /api/v1/validate/detect.
- Gate signup on
verdict(alloworblock).
Examplebash
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"}'Authentication
Send your Space API key as a Bearer token in the Authorization header. Never embed secrets in client-side apps.
