Reporting Layer
SAR-AI
Coming soonAutomatically draft Suspicious Activity Reports from flagged cases. Pre-fills all required fields per jurisdiction format — FINTRAC STR, goAML STR, or SAMA SAR.
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/sar/draftRequest parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
case_id | string | Yes | Review queue case ID from Shield dashboard. |
jurisdiction | string | Yes | One of: CA, AE, SA. Determines report format. |
reporter_name | string | Yes | Name of the reporting compliance officer. |
additional_notes | string | No | Additional context to include in the report. |
Response fields
| Parameter | Type | Required | Description |
|---|---|---|---|
data.report_id | string | Yes | Unique report reference. |
data.report_format | string | Yes | fintrac_str, goaml_str, or sama_sar. |
data.report_content | object | Yes | Pre-filled report fields ready for submission. |
data.pdf_url | string | No | URL to download the formatted PDF report. |
cURL
# Coming soon
curl -X POST \
https://shield.kodexa.systems/api/sar/draft \
-H "Content-Type: application/json" \
-d '{...}'Code examples available when plugin launches