Email validation
that actually works

One API call. Real SMTP verification. Catch fake emails, disposable addresses and typos before they hit your database.

99.9%

Uptime SLA

<50ms

Avg response time

5 checks

Per validation

Try it live

Type any email and see what Verix returns in real time

validtrue
deliverabletrue
disposablefalse
free_providertrue
did_you_meannull
score0.97

Five checks. One call.

Every validation runs through five layers of verification

01

Format

Regex check confirms valid email structure

02

MX Record

DNS lookup confirms domain accepts email

03

Disposable

Matched against 50k+ throwaway domains

04

SMTP

Handshake verifies mailbox exists

05

Typo

Fuzzy match catches gmail.ocm and more

Works in 2 minutes

One endpoint. No SDK required. Works in any language that can make HTTP requests.

  • No SDK required
  • Works in any language
  • Responses under 50ms
  • Free tier, no credit card
curl -X POST https://api.verix.io/validate/email \
  -H "Content-Type: application/json" \
  -H "x-api-key: vx_your_key_here" \
  -d '{"email": "user@example.com"}'

# Response
{
  "valid": true,
  "deliverable": true,
  "disposable": false,
  "free_provider": false,
  "did_you_mean": null,
  "score": 0.97
}

Simple pricing

Start free. Scale as you grow. No surprises.

Free

£0/mo

Lookups100/mo
Overage

Starter

£19/mo

Lookups1,000/mo
Overage£0.02 each
Most Popular

Growth

£79/mo

Lookups10,000/mo
Overage£0.01 each

Scale

£249/mo

Lookups100,000/mo
Overage£0.005 each

Ready to clean your data?

Free tier. No credit card. Live in 2 minutes.