Extract Bank Statement OCR

Use this endpoint to submit bank statement PDF files for OCR extraction.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to submit bank statement PDF files for OCR extraction.

Brick processes the submitted statement and returns an extraction transaction ID that can be used to track or reconcile the OCR result. The endpoint supports PDF files up to 5 MB per file.

Before You Submit

  • Generate a new public access token and send it in the publicAccessToken header.
  • Prepare the bank statement file in PDF format.
  • Include a client_request_id when you need idempotency or easier troubleshooting.
  • Include an email address if your workflow expects OCR result notification by email.

Recommended Usage

Store the returned transaction id, the uploaded file names, and your client_request_id. These values help your team trace OCR processing and support customer inquiries.

Request Parameters

Key ParametersData typeDescription
user_idStringUnique ID for each user
filesFileThe financial statement must be submitted in PDF format and must not exceed 5 MB in size.

Response Parameters

Key ParametersData TypeDescription
idStringUnique ID for each transaction generated by Brick
user_idStringUnique ID for each user
fileNamesStringThe name of the financial statement file
Body Params
file
required

Bank statement file in PDF format only, maximum size 5 MB per file.

string

Email destination to receive OCR result notification.

string

Client-generated ID for idempotency / tracing. Recommended to prevent duplicate processing.

Headers
string
required

Bearer token for authentication. Format: Bearer

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json