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 ParsingOCRIDPArtificial IntelligenceMachine-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
Send the bank statement to the asynchronous extraction queue with rag and raw_text enabled to maximize recall on dense transaction tables.
2
pollJob
Poll the shared jobs endpoint until the bank statement extraction job reports Processed or Failed.
3
getResult
Retrieve the completed extraction inference and read the structured account and transaction fields along with the full raw text.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.