Reporting Layer
Regulator-AI
Coming soonAutomatically file regulatory reports to FINTRAC, goAML and SAMA portals. Handles format conversion, submission and receipt tracking.
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/regulator/fileRequest parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
report_id | string | Yes | Report ID from SAR-AI. |
jurisdiction | string | Yes | One of: CA, AE, SA. |
portal_credentials | object | Yes | Your regulator portal credentials. Stored encrypted, never logged. |
Response fields
| Parameter | Type | Required | Description |
|---|---|---|---|
data.submission_id | string | Yes | Regulator-assigned submission reference. |
data.portal | string | Yes | Portal submitted to: fintrac, goaml, or sama. |
data.submitted_at | string | Yes | ISO timestamp of submission. |
data.receipt_url | string | No | URL to download submission receipt. |
cURL
# Coming soon
curl -X POST \
https://shield.kodexa.systems/api/regulator/file \
-H "Content-Type: application/json" \
-d '{...}'Code examples available when plugin launches