Parse Bank Statement Page
Bank 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
Parse Bank Statement Page
Authorizations
Token-based authentication with required prefix "Token"
Response
200
No response body