SDKs, connectors, and infrastructure tools

Integrate in Minutes

SDKs, platform connectors, and infrastructure tools. Everything you need to add email verification to your stack.

Official SDKs

Drop-in libraries for your favorite language. Install, configure, verify.

JS
JavaScript / TypeScript
Node.js, Deno, Bun, browser
install
npm install @verifications-email/sdk
usage.ts
import { EvaClient } from '@verifications-email/sdk';
const eva = new EvaClient({ apiKey: 'eva_your_api_key' });
const { data } = await eva.verify('[email protected]');
Py
Python
Python 3.9+, fully typed
install
pip install verifications-email
usage.py
from eva_email import EvaClient
eva = EvaClient(api_key="eva_your_api_key")
result = eva.verify("[email protected]")
Go
Go
Coming Soon
Go 1.22+, context-aware

A Go client is in progress. Until it ships, the REST API works from Go with net/http in a few lines, and the OpenAPI spec generates a typed client with oapi-codegen.

generate.sh
oapi-codegen -package eva \
  https://verifications.email/docs/openapi.yaml
cURL
Any shell, no dependencies
terminal
curl -H "X-API-Key: eva_your_api_key" \
  "https://verifications.email/api/v1/verify
    [email protected]"
Postman
Instant API exploration

Import our Postman collection for instant API exploration. All endpoints pre-configured with example requests and environment variables.

Download Collection

Platform Integrations

Connect EVA to your existing tools and workflows.

Zap
Zapier
Coming Soon

Trigger verifications from any Zapier workflow. Connect email verification to 6,000+ apps without writing a line of code.

Make
Make (Integromat)
Coming Soon

Build visual automation flows with email verification built in. Drag, drop, and deploy multi-step scenarios in minutes.

n8n
n8n
Coming Soon

Self-hosted automation with native EVA integration. Keep your data on your own infrastructure end to end.

Hub
HubSpot
Coming Soon

Verify contacts directly in your CRM. Keep your HubSpot lists clean and your sender score intact before every campaign.

MC
Mailchimp
Coming Soon

Clean your email lists before sending campaigns. Remove bounces, disposables, and role addresses automatically.

REST API
Available

Direct HTTP integration with any platform, language, or tool. JSON responses, standard auth headers, OpenAPI 3.0 spec included.

View API Docs

Run It on Your Own Infrastructure

For teams that self-host: deploy, monitor, and scale the engine inside your own environment.

Docker Deployment

Ships as Docker Compose images with health checks and resource limits, so it drops into any environment that already runs containers.

Metrics Endpoint

Prometheus-compatible metrics for throughput, latency, error rates, and queue depth, ready for the Grafana dashboards and alerting you already run.

Self-Hosted

Deploy on your own infrastructure. Zero per-email costs, unlimited verifications, all updates and support included.

Learn more

Quick Start

Three steps from zero to your first verification.

1

Get your API key

Sign up for free. No credit card required. Your API key is available instantly in the dashboard under Settings → API Keys. 300 free verifications per month, always.

Create Free Account
2

Make your first API call

One request. Instant JSON response with complete verification.

request
curl -H "X-API-Key: eva_your_api_key" \
  "https://verifications.email/api/v1/[email protected]"
response
{
  "email":        "[email protected]",
  "valid":        true,
  "deliverable": true,
  "score":        98,
  "disposable":  false,
  "role_based":  false,
  "free_email":  true,
  "mx_found":    true,
  "smtp_valid":  true
}
3

Integrate into your application

Use any of the official SDKs or call the REST API directly. Use the deliverable and score fields to gate sign-up forms, clean lists, or route to fallback flows. Full field reference in the API docs.

Read Full Documentation

Ready to Integrate?

Start with 300 free verifications per month. No credit card. No commitment.

Get API Key - Free