API 优势
99.9% 准确率
行业领先的邮箱验证:语法、域名和邮箱检查。
欺诈防护
检测一次性邮箱、角色账户和 catch-all 域名。
丰富数据
详细结果:可达性、quality score 和格式标志。
实时验证
通过 SMTP 和邮箱存在性即时验证。
风险评估
对低质量或高风险地址进行综合评分。
极速响应
200 毫秒以内响应,全球基础设施。
主要功能
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
快速入门
1. 获取 API 密钥
免费注册,立即获得密钥。
2. 发起第一次请求
curl -X GET \ "https://emailvalidation.cleariflow.com/v1/" \ ?api_key=74329c8927e268570bc456fdc08a24d0 \ &email=jane.doe%40acme-corp.com
3. 处理响应
{
"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"
}
}免费试用
集成 API 前先使用在线工具。