Email Verification API

Syntax checking, DNS/MX lookup, SMTP verification, disposable detection, and risk scoring. No emails sent.

Syntax & DNS

RFC-compliant syntax validation and MX record verification.

SMTP Verification

RCPT TO handshake to confirm deliverability without sending email.

Risk Scoring

Disposable, role-based, free provider detection with 0-1 score.

Simple Integration

curl -X GET "https://api.example.com/v1/email-verification" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"input": "example"}'

Pricing

Free
$0/mo
  • 100 requests
  • Batch: No
  • SMTP: No
Starter
$19/mo
  • 5,000 requests
  • Batch: 50
  • SMTP: Yes
Pro
$49/mo
  • 25,000 requests
  • Batch: 200
  • SMTP: Yes
Business
$99/mo
  • 100,000 requests
  • Batch: 500
  • SMTP: Yes
Email Verification API