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