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

Behavior-AI

Coming soon

Behavioral biometrics monitoring — detects account takeover by analyzing typing patterns, navigation behavior and session anomalies.

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

Request parameters

ParameterTypeRequiredDescription
session_idstringYesYour session reference.
customer_idstringYesYour internal customer reference.
eventsarrayYesList of behavioral events: keystroke timings, mouse movements, touch patterns.

Response fields

ParameterTypeRequiredDescription
data.anomaly_scoreintegerYesBehavioral anomaly score 0–1000.
data.is_legitimate_userbooleanYesWhether behavior matches known customer profile.
data.risk_signalsarrayYesDetected anomaly signals.

cURL

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

Code examples available when plugin launches