API Playground

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

Sample data — no API key needed
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