Extract Bank Statement Data
POST
/document-ai/{model-id}
Extracted Data Types
null
.Parameter Name | Variable Type |
---|---|
bank_statement_bank_name | string | null |
bank_statement_account_number | string | null |
bank_statement_holder_name | string | null |
bank_statement_holder_address | string | null |
bank_statement_date | string | null |
bank_statement_opening_balance | string | null |
bank_statement_closing_balance | string | null |
bank_statement_total_deposit | string | null |
bank_statement_total_withdrawal | string | null |
bank_statement_transaction | Object |
bank_statement_transaction.transaction_date | string | null |
bank_statement_transaction.transaction_description | string | null |
bank_statement_transaction.transaction_amount | string | null |
bank_statement_transaction.transaction_balance | string | null |
Notes
data
array will always have the specified type, with the possibility of being null
.null
.Request
Path Params
model-id
string
required
Body Params multipart/form-data
file
file
optional
fileBase64
string
optional
Example:
JVBERi0xLjMNCiXi48/....
mimeType
string
optional
Example:
application/pdf
Request samples
Responses
Modified at 2025-05-13 03:37:30