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.
https://api.paravane.io/v1/analyse
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.
Get a key, call the API, and read the first response.
02 AuthenticationUse API keys safely and understand one-time key display.
03 Analyse endpointRequest body, query parameters, and scoring profiles.
04 ResponsesDecision fields, usage fields, summary and full responses.
05 ErrorsAuthentication, validation, quota, and service errors.
06 Plans and limitsCredit costs, rate limits, API key limits, and feature gates.
07 Decision guideUnderstand validation signals, risk scores, confidence, evidence, and decisions.