Kickbox
邮箱验证 API
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 邮件
- 文档 / URL
- https://open.kickbox.com/
简介
Kickbox 的 open 端点检查邮箱域名是否是一次性的——免密钥且支持 CORS(实测可用)。完整验证 API(语法、可投递性、风险)是付费产品;open 端点免费。
快速开始
一次性检测(实测可用):
curl "https://open.kickbox.com/v1/disposable/[email protected]"
{ "disposable": false }
认证方式
无需认证——open 端点免密钥。
速率限制与注意事项
- open 端点免费且免密钥(实测)。
- 它只回答
disposable: true|false——完整 Kickbox API(带可投递性检查的邮箱验证)是付费服务。 - 非常适合注册流程中快速“拒绝一次性邮箱”检查。
常见问题
Kickbox 免费吗? open 一次性检测端点免费且免密钥(实测);完整验证是付费的。
open 端点返回什么?
只有 {"disposable": true|false}。
完整 API 在哪? Kickbox 的付费验证 API(api.kickbox.com)带密钥。
邮件 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AGPC Domain Check Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report | No auth | Yes | Yes | ↗ |
| Atomic Mail Email for AI agents: programmatic inbox creation and send/receive over JMAP | API Key | Yes | Unknown | ↗ |
| Cloudmersive Validate Validate email addresses, phone numbers, VAT numbers and domain names | API Key | Yes | Yes | ↗ |
| Disify Validate and detect disposable and temporary email addresses | No auth | Yes | Yes | ↗ |
| DropMail GraphQL API for creating and managing ephemeral e-mail inboxes | No auth | Yes | Unknown | ↗ |