smtpRS docs

Email validation and risk scoring API documentation.

smtpRS is Paravane's email validation and email risk scoring API. It analyzes email addresses and returns compact risk intelligence for onboarding, trust, review, and operations workflows.

At a glance

One endpoint, one API key, predictable JSON.

Send an email address to POST /v1/analyse, authenticate with X-API-Key, and use the returned score, decision, credit usage, and response profile in your application.

POST https://api.paravane.io/v1/analyse
Minimal curl request
curl -X POST https://api.paravane.io/v1/analyse \
  -H "Content-Type: application/json" \
  -H "X-API-Key: pvn_live_your_key_here" \
  -d '{"email":"alice@example.com"}'

Documentation map.