Extraction
Extract Multi Bank
Extract data from multiple bank statement PDFs (from different banks/accounts).
This endpoint:
- Extracts each PDF separately
- Attaches source_filename to each transaction
- Merges all transactions sorted by date
- Provides combined summary with aggregated balances
Provide either files (binary uploads) or file_urls (JSON array of URLs).
Args: files: List of PDF files from different banks/accounts file_urls: JSON array of URLs pointing to PDF files (alternative to file uploads) passwords: Optional list of passwords for encrypted PDFs (position-matched)
Returns: Job ID to track the extraction status and retrieve results
post/api/v1/extract-multi-bank
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.