Quickstart
Three steps
-
1
Create an account
Free starter credits, no card needed. Sign up →
-
2
Generate a key
Inside the dashboard, hit Create new key. Copy it once — we hash it on save.
-
3
Send a request
Pass the key as a bearer token. Every endpoint returns JSON with a clear shape.
curl -X POST "https://mailoclean.com/api/v1/verify" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"hello@company.com"}'