curl --request POST \
--url https://api.meetcampfire.com/coa/api/v2/reconciliation/parse-statement-page \
--header 'Authorization: <api-key>'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.
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v2/reconciliation/parse-statement-page \
--header 'Authorization: <api-key>'Token-based authentication with required prefix "Token"
No response body