Mindee · Arazzo Workflow
Mindee Invoice Extraction
Version 1.0.0
Enqueue an invoice for extraction, poll the job until processed, then read the extracted fields.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
invoice-extraction
Upload an invoice, wait for processing, and read the extracted fields.
Sends an invoice file to the extraction enqueue endpoint, polls the job status until processing finishes, and retrieves the extraction inference result containing the parsed fields.
1
enqueueInvoice
Send the invoice file to the asynchronous extraction queue using the invoice extraction model. Returns a job whose status begins as Processing.
2
pollJob
Poll the shared jobs endpoint for the enqueued invoice. The job remains Processing until extraction completes, then reports Processed or Failed.
3
getResult
Retrieve the completed extraction inference and read the structured fields parsed from the invoice.
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.