Validate email addresses with syntax checking, MX record verification, and deliverability analysis. Know if an email is real before you send.
Base URL:
https://pylon-email-validate-api.fly.dev
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address to validate |
Returns JSON validation result (200 OK).
{
"email": "test@example.com",
"valid_syntax": true,
"mx_found": true,
"deliverable": true,
"disposable": false,
"score": 0.95
}| Status | Description |
|---|---|
200 | Validation result returned as JSON |
402 | Payment required — x402 challenge returned |
400 | Missing or invalid email parameter |
$0.01 USDC per request — paid via x402 on Base Sepolia. No API key. No subscription. Pay per call.
curl "https://pylon-email-validate-api.fly.dev/validate?email=test@example.com"
To use Pylon APIs, you need an x402-compatible client with a funded wallet on Base Sepolia. Here's the quick setup:
The x402 flow: your first request returns 402 Payment Required with payment details in headers. The x402 client signs a USDC payment, then retries with payment proof attached. All automatic, all in milliseconds.