Interactive playground

See exactly what you’ll get back.

Pick an API and inspect a real sample request and response — no signup, no setup. When you’re ready, the same call runs for real with a free key.

apicodex · Email IntelligenceDemo response
GET/email-intelligence/v1/check
Parameters
emailjane@startup.io
cURL
curl "https://apicodex.io/email-intelligence/v1/check?email=jane@startup.io" \
  -H "x-apikey: $YOUR_KEY"
200 OK
41ms
{
  "email": "jane@startup.io",
  "valid": true,
  "disposable": false,
  "role_account": false,
  "mx_found": true,
  "risk_score": 0.04,
  "suggested_correction": null
}

Sample responses for illustration. Get a free key to run real calls against live data.

Run it for real in minutes

One key unlocks every endpoint above. Start on a free tier — no credit card required.