99,9 % Genauigkeit
Branchenführende E-Mail-Validierung mit Syntax-, Domain- und Postfachprüfung.
Validieren Sie E-Mail-Adressen mit umfassender Syntax-, Domain- und Postfachprüfung. Reduzieren Sie Bounces, verbessern Sie die Zustellbarkeit und schützen Sie Ihre Plattform vor Spam.
API mit Live-Daten prüfen
Branchenführende E-Mail-Validierung mit Syntax-, Domain- und Postfachprüfung.
Erkennung von Wegwerf-E-Mails, Rollenkonten und Catch-all-Domains.
Detaillierte Ergebnisse inkl. Zustellbarkeit, Quality Score und Formatflags.
Sofortige Validierung per SMTP und Postfachprüfung.
Umfassendes Risk Scoring für riskante oder minderwertige Adressen.
Antwortzeiten unter 200 ms mit globaler Infrastruktur.
Kostenlos registrieren und sofort den Key erhalten.
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
}