Verify email addresses
that actually exist
Real SMTP confirmation, typo correction, disposable filtering — one API call at signup, bulk CSV for spring cleaning.
Where email verification fits
Six common places teams plug it in. Same API, different surfaces.
User signup forms
Verify at registration time. Catch typos and fake addresses before they hit your database.
Email marketing
Clean lists before campaigns. Lower bounce rates protect your sender reputation across providers.
Bulk list cleaning
Upload CSVs to verify thousands at once. Export results enriched with verdicts and scores.
CRM data hygiene
Routine sweeps of stale customer data — keep deliverability high as records age.
Lead-form scoring
Score inbound leads in real time. Send valid corporate addresses straight to sales.
Onboarding & SSO
Verify the email before issuing magic links, OTPs, or invitations to the wrong inbox.
Real-time or bulk — your call
Same scoring pipeline, two surfaces. Pick the one that fits the moment.
Real-time API
POST a single email to /v1/verify. ~200ms response. Drop it into signup, login, lead-capture — anywhere a real address matters.
curl -X POST https://api.verifykit.io/v1/verify \
-H "Authorization: Bearer vk_live_..." \
-d '{"email": "jane@stripe.com"}'Bulk via CSV / API
Upload a CSV through the dashboard or POST a JSON array to /v1/verify/bulk. Up to 1,000 addresses per request — batched higher.
curl -X POST https://api.verifykit.io/v1/verify/bulk \
-H "Authorization: Bearer vk_live_..." \
-d '{"emails": ["a@x.io", "b@y.io"]}'Simple pricing
Cancel anytime · 14-day money-back guarantee.
Starter
- 5,000 validations / month
- real SMTP verification
- single API key
- validation history
Growth
- 15,000 validations / month
- bulk validation
- real SMTP verification
- email OTP 2FA (25k/mo)
Pro
- 50,000 validations / month
- unlimited API keys
- duplicate removal
- webhooks & callbacks
Unlimited
- unlimited validations
- all Pro features
- dedicated support
- fair use up to 5M/mo
Email verification FAQ
How accurate is email verification?
Real-time or bulk — which should I use?
Will my emails be sent during verification?
Can I verify email addresses for free?
Do I need an SDK?
Start verifying email addresses
Real-time at signup. Bulk for the rest. One API, one verdict.