Simple Integration
One HTTP endpoint. Any language, from cURL to your favorite client. Running in under 5 minutes.
Vouchley scores every new signup in real time. Block bots, disposable emails, VPN/Tor abuse, and AI-driven fraud before they hit your database — in one API call.
curl -X POST https://api.vouchley.getrevlio.com/v1/verify \
-H "Authorization: Bearer vch_live_..." \
-H "Content-Type: application/json" \
-d '{
"email": "john.doe@example.com",
"ip_address": "192.168.1.1"
}'{
"score": 92,
"recommendation": "approve",
"reasoning": "Valid corporate email at established domain."
}One HTTP endpoint. Any language, from cURL to your favorite client. Running in under 5 minutes.
Cache hits return in under 100ms. Fresh checks run every signal in parallel — under 1.5s p95.
Signup data is never sold or shared. We cache scores, not identities. EU residency available on Pro.
How it works
POST the email and IP address to /v1/verify the moment a user submits your signup form. Authenticate with a Bearer API key — no SDK, no client library required.
Vouchley checks email validity, domain reputation, IP risk, VPN/Tor presence, and bot patterns in parallel. You get a 0–100 trust score plus a plain-English reasoning string.
Use the recommendation — approve, review, or block — to gate account creation, trigger email verification, or silently drop the bad ones. Your call, fully under your control.
What we detect
Each verify call runs the full stack in parallel. You get a single decision plus the breakdown of every signal that fired — useful for tuning, debugging, and explaining a block to support.
Mailinator, 10MinuteMail, Guerrilla Mail, and 2,000+ throwaway providers — caught at the syntax + MX layer.
Live IP reputation feeds flag VPNs, residential proxies, and Tor exit nodes used to mask abusive signups.
Signups from AWS, GCP, Hetzner, OVH, and other ASNs that legitimate consumers almost never use.
Catches the new wave of agentic bots that mimic human typing patterns and pass legacy CAPTCHA challenges.
Flags shell domains registered in the last 30 days, dead MX records, and domains without a live website.
Normalises +tags and dots in Gmail addresses; flags info@, admin@, and sales@ that rarely belong to one real user.
How we stack up
More signals per check, credits that never expire. Pricing verified from each vendor's public pricing page on April 28, 2026.
| Service | Checks per call | 10K verifications | Credits expire? |
|---|---|---|---|
| Vouchley | Email + IP + VPN + domain + bot | $99 | Never |
| Kickbox | Email only | ~$100 PAYG | Never |
| ZeroBounce | Email + AI scoring | ~$100 PAYG | Subscription tiers expire |
| NeverBounce | Email only | ~$80 PAYG | 12 months |
| DeBounce | Email only | ~$20 PAYG | Never |
| Sift | Full fraud platform | Enterprise quote | Annual contract |
Vouchley's per-check cost reflects multi-signal coverage. Email-only validators like DeBounce are cheaper per check but won't catch bot signups, datacenter IPs, VPN abuse, or AI-driven fraud.
FAQ
Built by
Vouchley is built and maintained by Rohit, a solo founder shipping from India. No fundraising, no growth team, no upsell calls — just an API designed to be cheap, fast, and easy to drop into your signup flow. If you have feedback or a feature request, you'll hear back from me directly.