EmailVerify LogoEmailVerify

Documentation

Email checker and email verification API documentation. Quickstart guide, API reference, SDKs for Python, Node.js, Go.

EmailVerify API ドキュメントへようこそ。当社の強力なメール検証サービスは、クリーンなメールリストの維持と配信到達性の向上をサポートします。

はじめに

主な機能

  • リアルタイム検証 - ミリ秒単位のレスポンスタイムで即座にメールを検証
  • 一括処理 - 数千件のメールを効率的に検証
  • 高度な検出 - 使い捨てメール、役職ベースメール、キャッチオールメールを識別
  • 99.9% の精度 - 業界トップクラスの検証精度
  • グローバル対応 - 世界中の主要メールプロバイダーをサポート

クイックサンプル

const EmailVerify = require('@emailverify/sdk');
const client = new EmailVerify('YOUR_API_KEY');

const result = await client.verify({
  email: 'user@example.com'
});

console.log(result);
// { email: "user@example.com", status: "valid", score: 0.95 }

サポートが必要ですか?

On this page