Skip to content

SDKs & libraries

Official client libraries wrap authentication, retries, and the endpoints so you can verify with a couple of lines.

Terminal window
npm install verifymaill
import VerifyMaill from "verifymaill";
const vm = new VerifyMaill(process.env.VERIFYMAIL_API_KEY);
const result = await vm.verify("jane@example.com");
console.log(result.status, result.score);

Every feature is available over plain HTTPS — see the Quickstart. If you’d like an SDK we don’t offer yet, let us know at support@verifymaill.com.