Validate users.
Block bad actors.
Ship with confidence.
Production-ready email, phone, and IP validation API. Start free with 1,000 credits/month — no credit card required.
No credit card 1,000 credits/month forever Cancel anytime
10 requests/day on demo · Sign up for 1,000/month free
Quick Start
One endpoint, any language
Add validation in minutes. No SDK — plain HTTP, clean JSON responses.
# Email validation curl -X POST https://api.checkharbor.com/v1/email/validate \ -H 'x-api-key: ch_live_••••••••' \ -H 'content-type: application/json' \ -d '{"email":"user@gmail.com"}' # IP intelligence curl -X POST https://api.checkharbor.com/v1/ip/intel \ -H 'x-api-key: ch_live_••••••••' \ -H 'content-type: application/json' \ -d '{"ip":"1.2.3.4"}'
const res = await fetch('https://api.checkharbor.com/v1/email/validate', { method: 'POST', headers: { 'x-api-key': process.env.CHECKHARBOR_API_KEY, 'content-type': 'application/json', }, body: JSON.stringify({ email: 'user@gmail.com' }), }) const { valid_syntax, deliverability, score } = await res.json() console.log(`Score: ${score}, Status: ${deliverability}`)
import httpx resp = httpx.post( "https://api.checkharbor.com/v1/email/validate", headers={"x-api-key": "ch_live_••••••••"}, json={"email": "user@gmail.com"}, ) data = resp.json() print(data["deliverability"], data["score"])
Why Check Harbor
Everything you need, nothing you don't
Built for developers and growth teams who need reliable validation without complexity or surprise costs.
/v1/verify combines email, phone, and IP into a single 0–100 risk score. No more stitching three APIs together.Free Tools
Try the API in your browser
No account needed for our free web tools. Powered by the same production API.
Pricing
Generous free tier, honest pricing
No setup fees. Credits never expire within the billing period. Cancel subscriptions any time.
- All endpoints
- Email + Phone + IP + Batch
- No credit card required
- API key in 30 seconds
- Credits never expire
- Buy only what you need
- Volume discounts built-in
- Batch processing included
- Monthly rollover credits
- Priority support
- Webhook callbacks
- SLA uptime guarantee
Ready to stop bad data?
Get your API key in under 30 seconds. No credit card, no commitment — 1,000 free credits every month.