Syntax checking, DNS/MX lookup, SMTP verification, disposable detection, and risk scoring. No emails sent.
RFC-compliant syntax validation and MX record verification.
RCPT TO handshake to confirm deliverability without sending email.
Disposable, role-based, free provider detection with 0-1 score.
curl -X GET "https://api.example.com/v1/email-verification" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"input": "example"}'