Skip to content

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

  1. Create an account and Space.
  2. Generate an API key from the dashboard.
  3. Call POST /api/v1/validate/detect.
  4. Gate signup on verdict (allow or block).
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.

API referenceEndpoints, request bodies, response fields, and Try it.