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

Regulator-AI

Coming soon

Automatically 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/file

Request parameters

ParameterTypeRequiredDescription
report_idstringYesReport ID from SAR-AI.
jurisdictionstringYesOne of: CA, AE, SA.
portal_credentialsobjectYesYour regulator portal credentials. Stored encrypted, never logged.

Response fields

ParameterTypeRequiredDescription
data.submission_idstringYesRegulator-assigned submission reference.
data.portalstringYesPortal submitted to: fintrac, goaml, or sama.
data.submitted_atstringYesISO timestamp of submission.
data.receipt_urlstringNoURL 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