Skip to content

OpenAPI — Fraud (Partner)

Static partner document: docs/openapi/fraud-partner.openapi.json.

Covers only partner scoring routes:

Path Service role
POST /call-and-predict ML scoring
POST /rule_based_engine Rule scoring
POST /case_management_rule_engine Case-rule evaluation
GET /health Health

Platform-operated baseline/report pipeline routes are omitted (and client-specific routes are excluded).

Limitations

  • servers are localhost placeholders — cloud bases are owner decision.
  • Security scheme documents ApiKey JWT expectations; try-it against localhost still needs a real token.
  • Prefer live /openapi.json on the revision under test if shapes drift.
  • Generated from FastAPI/Pydantic partner models (stream + report contracts); full process import of all stream apps is not required to use this static file.

Related: Fraud API · Auth tutorial · Output contract