Know which signups are real.

Vouchley provides high-fidelity editorial verification for your user base. We block bots, temporary emails, and sophisticated fraudsters before they hit your database.

verify.sh
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"
  }'
Response JSON200 OK
{
  "score": 92,
  "recommendation": "approve",
  "reasoning": "Valid corporate email at established domain."
}

Built for developers

Simple Integration

One HTTP endpoint. Any language, from cURL to your favorite client. Running in under 5 minutes.

Sub-second Verification

Cache hits return in under 100ms. Fresh checks run every signal in parallel — under 1.5s p95.

Private by Default

Signup data is never sold or shared. We cache scores, not identities. EU residency available on Pro.

Stop paying for fake signups.