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

Network-AI

Coming soon

Graph-based analysis to detect money mule networks, coordinated fraud rings and suspicious entity relationships across your customer base.

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/network/analyze

Request parameters

ParameterTypeRequiredDescription
customer_idstringYesYour internal customer reference. Starting node for graph analysis.
jurisdictionstringYesOne of: CA, AE, SA.
depthintegerNoGraph traversal depth. Default: 2. Max: 4.

Response fields

ParameterTypeRequiredDescription
data.network_risk_scoreintegerYesNetwork risk score 0–1000.
data.mule_probabilitynumberYesProbability 0–1 that customer is a money mule.
data.connected_entitiesintegerYesNumber of entities in the network graph.
data.risk_clustersarrayYesDetected risk clusters with member IDs and risk scores.

cURL

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

Code examples available when plugin launches