Skip to content
MT2CAMT
Menu

Docs

Sample files for testing — entirely synthetic data (fabricated names, test-range IBANs, fabricated amounts).

Sample files

Developer API

Convert files programmatically over HTTPS. Create a free sandbox key from your dashboard, then call the same endpoint the website uses:

curl https://mt2camt.com/api/v1/convert \
  -H "Authorization: Bearer mt2camt_test_..." \
  -F "file=@sample-mt940.sta" \
  -F "source_format=auto" \
  -F "target_format=csv" \
  -F "export_template=generic"
EndpointPurpose
POST /api/v1/convertConvert a statement file (multipart: file, source_format, target_format, export_template, delimiter)
POST /api/v1/convert/demoTry the pipeline against the bundled samples
GET /api/v1/samplesList downloadable sample files
GET /api/v1/export-templatesAvailable export layouts

Sandbox keys are free, never billed, and rate-limited generously. Live keys (API/Accounting Firm plan) are billed: conversions count toward your monthly included amount and overage is metered automatically. Live keys and the metered API tier activate as soon as billing is configured.