Endpoints
All API endpoints use the base URL https://api.finconvert.dev. Authenticated endpoints require an API key in the Authorization header.
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /v1/convert | Required | Convert a bank statement from one format to another |
| POST | /v1/parse | Required | Parse a bank statement and return structured JSON data |
| POST | /v1/detect | Public | Detect the format of a bank statement file |
| GET | /v1/formats | Public | List all supported input and output formats |
Explore Endpoints
Ready to get started?
Get your API key from the dashboard and start converting bank statements.
Go to Dashboard