✉️

Email Validation API

Validate email addresses in real-time. Checks format, domain MX records, and disposable email detection to reduce bounces.

API Docs $0.001 / request

About this tool

Validate email addresses in real-time. Checks format, domain MX records, and disposable email detection to reduce bounces.

Quick Start

curl -X POST https://api.iteratools.com/email/validate \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com"}'

Response

{"valid": true, "format": true, "mx": true, "disposable": false, "score": 0.95}

Pricing

$0.001 per request via x402 micropayment on Base (USDC).

Full Documentation Browse All Tools