99.9% Accuracy
Industry-leading email validation with syntax, domain, and SMTP verification.
Validate email addresses with syntax, domain, and SMTP verification. Reduce bounces, improve deliverability, and protect your platform from spam.
Test the API with live data
Industry-leading email validation with syntax, domain, and SMTP verification.
Detect disposable emails, role accounts, and catch-all domains to protect your platform.
Get detailed validation results including deliverability status, quality score, and format flags.
Validate emails instantly with DNS, MX, and SMTP checks where supported.
Comprehensive risk scoring to identify potentially harmful or low-quality email addresses.
Sub-200ms response times with global infrastructure and intelligent caching.
Sign up for free and get instant access to your API key.
curl -X GET \ "https://emailvalidation.cleariflow.com/v1/" \ ?api_key=YOUR_API_KEY \ &email=jane.doe%40acme-corp.com
{
"autocorrect": "",
"deliverability": "DELIVERABLE",
"email": "jane.doe@acme-corp.com",
"is_catchall_email": {
"text": "FALSE",
"value": false
},
"is_disposable_email": {
"text": "FALSE",
"value": false
},
"is_free_email": {
"text": "FALSE",
"value": false
},
"is_mx_found": {
"text": "TRUE",
"value": true
},
"is_role_email": {
"text": "FALSE",
"value": false
},
"is_smtp_valid": {
"text": "TRUE",
"value": true
},
"is_valid_format": {
"text": "TRUE",
"value": true
},
"quality_score": 0.85
}