One endpoint. Five verification layers. A response schema that never changes. OpenAPI spec at /openapi.json — AI coding tools read it and write your integration. EU-hosted. No dashboards. No onboarding. Just the API.
curl https://api.truval.dev/v1/email/verify \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{"email":"user@example.com"}'
{
"email": "user@example.com",
"valid": true,
"status": "deliverable",
"confidence": 0.97,
"disposable": false,
"role": false,
"suggestion": null,
"latency_ms": 187
}
Free tier — 500 verifications/month, no credit card required.
Builder plan from €9/month when you need more.