Docs
Sample files for testing — entirely synthetic data (fabricated names, test-range IBANs, fabricated amounts).
Sample files
- Download
sample-mt940.sta
MT940 — same synthetic statement
- Download
sample-camt053.xml
CAMT.053 — same synthetic statement
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"
| Endpoint | Purpose |
|---|---|
| POST /api/v1/convert | Convert a statement file (multipart: file, source_format, target_format, export_template, delimiter) |
| POST /api/v1/convert/demo | Try the pipeline against the bundled samples |
| GET /api/v1/samples | List downloadable sample files |
| GET /api/v1/export-templates | Available 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.