⚡ Now Available

Email Verify API

Fast, reliable email verification with DNS checks, disposable detection, and premium validation.

Pricing Plans

Free

$0/mo
  • 50 verifications / day
  • Format validation
  • DNS MX lookup
  • Basic disposable check
  • No API key required
Get Started

Biz

$15/mo
  • 10,000 verifications / day
  • Format validation
  • DNS MX lookup
  • Disposable email detection
  • Premium validation tier
  • API key access
  • Priority support

API Reference

Verify an Email

POST/verify

curl -X POST https://email-verify.scotia1973.workers.dev/verify \n -H "Content-Type: application/json" \n -d '{"email":"user@example.com"}'
Request Body: JSON with an email field
Auth (optional): For Pro/Biz tier: Authorization: Bearer YOUR_API_KEY
{ "email": "user@example.com", "valid": true, "reason": "Email address appears valid", "score": 70, "tier_used": "free" }

Subscribe

GETPOST/subscribe?tier=pro&email=user@example.com

curl -X POST "https://email-verify.scotia1973.workers.dev/subscribe?tier=pro&email=user@example.com"
Parameters: tier (pro|biz), email (your email)

Stripe Webhook

POST/webhook

Handles Stripe checkout.session.completed events. Automatically generates API keys.