API Docs
Integrate ThreatPrevent into the workflows you already run.
ThreatPrevent is designed to be queried at decision time, whether you are validating a supplier, checking an IP, screening a domain, or scoring a payment workflow before execution.
Example request
POST /v1/risk/check
{
"entity_type": "supplier",
"entity": "Acme Components Ltd",
"context": "payment_run",
"include_explanation": true
}