Documentation
Email checker and email verification API documentation. Quickstart guide, API reference, SDKs for Python, Node.js, Go.
歡迎使用 BillionVerify API 文檔!我們強大的電郵驗證服務幫助您維護乾淨的電郵列表並提升可送達率。
入門指南
核心功能
- 即時驗證 - 毫秒級響應的即時電郵驗證
- 批量處理 - 高效驗證數千封電郵
- 進階檢測 - 識別一次性、角色型和全接收電郵
- 99.9% 準確率 - 業界領先的驗證準確率
- 全球覆蓋 - 支持全球所有主要電郵服務商
快速示例
const BillionVerify = require('@billionverify/sdk');
const client = new BillionVerify('YOUR_API_KEY');
const result = await client.verify({
email: 'user@example.com'
});
console.log(result);
// { email: "user@example.com", status: "valid", score: 0.95 }需要幫助?
- 聯絡 客服支援