API Playground

Try any endpoint instantly. No signup required in demo mode.

Live demo — 5 free calls/day, no signup needed. Want more? Get a free API key →
POST/api/v1/email-validate

Validate email — syntax, MX records, disposable detection, typo correction

cURL
curl -X POST https://rebirthapi.com/api/v1/email-validate \
  -H "Authorization: Bearer rb_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"email":"user@gmial.com"}'
Response
{ }

Hit "Send Request" to see the response