Everything you need to know about CleanMail email verification API.
X-API-Key header when making requests:
curl -X POST https://cleanmail.dev/api/verify \
-H "X-API-Key: your_api_key" \
-d '{"email": "user@example.com"}'
webhookUrl, we'll POST the result to your URL when processing completes. This is perfect for high-volume applications.| Plan | Price | Daily Limit |
|---|---|---|
| Free | $0 | 100 |
| Starter | $9/mo | 500 |
| Pro | $29/mo | 2,000 |
| Business | $79/mo | 10,000 |
{
"email": "user@example.com",
"valid": true,
"reason": "deliverable",
"risk": "low",
"mxFound": true,
"delivery": "deliverable"
}
POST /api/demo/verify (no auth required). Limited to 10 requests per minute.Contact us at CleanMail.service@gmail.com