API
Developer API Surface
The demonstrator exposes a REST-style integration concept while preserving the SDK as the technical contract boundary.
Core principle
Stable request/response semantics independent of the institution-native schema.
Request
POST /v1/trust/assess
{
"transaction_id": "...",
"institution": "...",
"scenario": "..."
}
Response
{
"trust_score": ...,
"risk_category": "...",
"confidence": ...,
"recommendation": "...",
"audit_reference": "..."
}