Mindee · Arazzo Workflow
Mindee Bank Statement Extraction
Version 1.0.0
Enqueue a bank statement with RAG and raw text enabled, poll until processed, then read the extracted transactions and balances.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
bank-statement-extraction
Upload a bank statement with RAG and raw text, then read the extracted fields.
Sends a bank statement to the extraction enqueue endpoint with rag and raw_text enabled, polls the job until processing finishes, and retrieves the extracted fields and full text.
1
enqueueStatement
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Send the bank statement to the asynchronous extraction queue with rag and raw_text enabled to maximize recall on dense transaction tables.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the bank statement extraction job reports Processed or Failed.
3
getResult
Get_Extraction_Product_Result_v2_products_extraction_results__inference_id__get
Retrieve the completed extraction inference and read the structured account and transaction fields along with the full raw text.
Source API Descriptions
openapi