Zephiel API

Email Verification

Free tier

Validate deliverability before you ever hit send.

4.812 reviewsby Zephiel Labs33k subscribers
emailvalidationdeliverabilitysmtpanti-fraud

Starts at

$15/mo

Choose a plan

Create a free account to subscribe.

Latency
320ms
Uptime
99.97%
Endpoints
3

About this API

Syntax, DNS, MX, and SMTP-level verification in a single call. Detects disposable domains, role accounts, catch-all servers, and typos, then returns a 0-100 confidence score so you can decide what to accept at signup.

Common use cases

Signup form validation
List hygiene before campaigns
Reducing bounce rate
Lead scoring

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/email-verification/verify" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "email": "ada@zephiel.com",
  "deliverable": true,
  "score": 96,
  "checks": {
    "syntax": true,
    "mx_found": true,
    "smtp": true,
    "disposable": false,
    "role_account": false,
    "catch_all": false
  }
}

Related APIs in Communication