convert_bank_statement
Convert PDF bank statements into structured data (Markdown, JSON, CSV, JSONL) with verified transactions and balance checks.
Instructions
Convert a PDF bank statement with CapyParse. Pass a local file_path or a downloadable file_url. Costs 1 credit per page. Returns a conversion id — poll get_conversion until status is 'completed' (typically 1-3 minutes, wait ~30s between polls), then call get_conversion_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | No | Downloadable http(s) URL of the statement | |
| file_path | No | Path to a local PDF/PNG/JPG file |