Beliebte API
E-Mail-Validierungs-API
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-Endpunkt
https://emailvalidation.cleariflow.com/v1/?api_key=74329c8927e268570bc456fdc08a24d0&email=jane.doe@acme-corp.com
Jetzt testen
API mit Live-Daten prüfen
Inspiration? Probieren Sie:
API-Vorteile
99,9 % Genauigkeit
Branchenführende E-Mail-Validierung mit Syntax-, Domain- und Postfachprüfung.
Betrugsschutz
Erkennung von Wegwerf-E-Mails, Rollenkonten und Catch-all-Domains.
Umfangreiche Daten
Detaillierte Ergebnisse inkl. Zustellbarkeit, Quality Score und Formatflags.
Echtzeit-Verifizierung
Sofortige Validierung per SMTP und Postfachprüfung.
Risikobewertung
Umfassendes Risk Scoring für riskante oder minderwertige Adressen.
Blitzschnell
Antwortzeiten unter 200 ms mit globaler Infrastruktur.
Hauptfunktionen
Syntax validation and formatting
Domain and MX record verification
SMTP mailbox verification
Disposable email detection
Role account identification
Free email provider detection
Catch-all domain detection
Deliverability status checking
Quality score assessment
Auto-correction suggestions
International domain support
JSON response format
Schnellstart
1. API-Key holen
Kostenlos registrieren und sofort den Key erhalten.
2. Erste Anfrage
curl -X GET \ "https://emailvalidation.cleariflow.com/v1/" \ ?api_key=74329c8927e268570bc456fdc08a24d0 \ &email=jane.doe%40acme-corp.com
3. Antwort verarbeiten
{
"email": "jane.doe@acme-corp.com",
"autocorrect": "",
"deliverability": "DELIVERABLE",
"quality_score": 0.85,
"is_valid_format": {
"value": true,
"text": "TRUE"
},
"is_free_email": {
"value": false,
"text": "FALSE"
},
"is_disposable_email": {
"value": false,
"text": "FALSE"
},
"is_role_email": {
"value": false,
"text": "FALSE"
},
"is_catchall_email": {
"value": false,
"text": "FALSE"
},
"is_mx_found": {
"value": true,
"text": "TRUE"
},
"is_smtp_valid": {
"value": true,
"text": "TRUE"
}
}Kostenlos ausprobieren
Online-Tools vor der API-Integration.