KodexakodéxaShieldAPI Reference
https://shield.kodexa.systems/apiPortal →
Risk Layer

RiskScore-AI

Coming soon

Unified customer risk profile combining KYC, AML, Sanctions and behavioral signals into a single dynamic risk score updated with each interaction.

This plugin is in development. The API schema below is planned and subject to change. You can design your integration now using this reference.

Endpoint

POST/api/riskscore/calculate

Request parameters

ParameterTypeRequiredDescription
customer_idstringYesYour internal customer reference.
jurisdictionstringYesOne of: CA, AE, SA.
recalculatebooleanNoForce recalculation even if cached score exists. Default: false.

Response fields

ParameterTypeRequiredDescription
data.risk_scoreintegerYesUnified risk score 0–1000.
data.risk_levelstringYeslow, medium, high, or critical.
data.score_componentsobjectYesScore breakdown by plugin: kyc, aml, sanctions, behavior.
data.last_updatedstringYesISO timestamp of last score calculation.

cURL

# Coming soon
curl -X POST \
  https://shield.kodexa.systems/api/riskscore/calculate \
  -H "Content-Type: application/json" \
  -d '{...}'

Code examples available when plugin launches