Bank Statements
Process Multiple Statements
Process multiple bank statements in a single API call. This endpoint allows you to submit up to 10 documents for processing at once.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
[
{ "document_id": "uuid-of-document-1" },
{ "document_id": "uuid-of-document-2" }
]