API Documentation
Integrate email verification into your application with our REST API.
All API requests require an API key passed in the x-api-key header.
API keys follow the format ev_<keyId>.<secret>. Create keys from your dashboard.
curl -X POST https://api.veriflow.dev/v1/verify \
-H "Content-Type: application/json" \
-H "x-api-key: ev_abc123.your_secret_here" \
-d '{"email": "test@example.com"}'