Automate Bank Statement Conversions
RESTful API for developers. Convert statements programmatically, integrate with your software, build custom workflows.
RESTful API
Simple POST request with PDF file. Get back structured JSON with all transaction data. Standard HTTP responses.
Webhook Support
Real-time notifications when conversions complete. Perfect for async workflows and background processing.
Batch Endpoints
Convert multiple statements in a single API call. Process entire folders or client batches programmatically.
API Key Authentication
Secure API keys with rate limiting. Role-based access control. Separate keys for dev, staging, production.
Simple API. Powerful Results.
Make a POST request with your PDF. Get back structured transaction data.
curl -X POST https://api.bankconvert.collabtower.com/v1/convert \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@statement.pdf" \
-F "format=json"How It Works
Get Your API Key
Sign up for a Pro or Enterprise plan. Generate API keys from your dashboard with custom rate limits.
Make a POST Request
Send PDF file as multipart/form-data to /api/v1/convert endpoint. Specify output format (CSV, Excel, JSON).
Receive Structured Data
Get back JSON with all transactions, or download link for CSV/Excel. Integrate into your application instantly.
Build Bank Statement Conversion Into Your App
Pro plans include 500 API requests/month. Enterprise plans get unlimited.
Frequently Asked Questions
Still have more questions?
Contact Support