freeapis

Email Validation

验证电子邮件地址的可投递性和垃圾邮件风险

认证方式
API Key
HTTPS
Yes
CORS
Yes
分类
邮件

简介

Abstract 的 Email Validation API 检查可投递性——语法、MX 记录、SMTP 可达性、一次性域名和滥用/风险信号——免费层宽裕。认证是 API 密钥(无效密钥返回 401,已实测)。

快速开始

验证(替换 YOUR_KEY):

curl "https://emailvalidation.abstractapi.com/v1/?api_key=YOUR_KEY&[email protected]"
{
  "email": "[email protected]",
  "autocorrect": "",
  "deliverability": "DELIVERABLE",
  "quality_score": "0.95",
  "is_valid_format": { "value": true },
  "is_disposable_email": { "value": false },
  "is_smtp_valid": { "value": true },
  "is_free_email": { "value": true }
}

认证方式

  • 在 abstractapi.com 注册 → 免费 API 密钥(邮件发送)。
  • 通过 api_key 查询参数携带(无效密钥 → 401,已实测)。

速率限制与注意事项

  • 免费层:100 次验证/月(以当前文档为准);付费档可扩展。
  • 关键字段:deliverability(DELIVERABLE/UNDELIVERABLE/RISKY)、quality_score(0-1)、is_smtp_validis_disposable_email
  • 批量验证和 webhook 在付费档可用。

常见问题

Abstract 的 Email Validation 免费吗? 免费层:100 次验证/月;更多需要付费。

如何获取密钥? 在 abstractapi.com 注册——密钥会邮件发送。

关键字段是什么? deliverability 告诉你地址是否可达。

邮件 分类更多

APIAuthHTTPSCORS
AGPC Domain Check

Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

No authYesYes
Atomic Mail

Email for AI agents: programmatic inbox creation and send/receive over JMAP

API KeyYesUnknown
Cloudmersive Validate

Validate email addresses, phone numbers, VAT numbers and domain names

API KeyYesYes
Disify

Validate and detect disposable and temporary email addresses

No authYesYes
DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

No authYesUnknown