v1
latestOpenAPI 3.0.32026-07-26362271803.3 KBBank Reconciliation
Parse Bank Statement Page
Parse a bank statement PDF.
Accepts: file_id (required) -- ID of the uploaded PDF File. pages (optional, int) -- How many pages to include in the first parse batch. Defaults to BATCH_PAGE_SIZE. Use a small value (e.g. 2) for a fast initial response with just balances and dates.
Only the first batch is parsed in this request. Parsed output is cached under file_id and the effective first-batch page count (pages or default BATCH_PAGE_SIZE) so different pages values do not share one cache entry.
post/coa/api/v2/reconciliation/parse-statement-page
Response
No response body