Mindee · Arazzo Workflow
Mindee Classify Document Type
Version 1.0.0
Enqueue a document for classification, poll until processed, then read the predicted document type.
View Spec
View on GitHub
Document ParsingOCRIDPArtificial IntelligenceMachine-LearningInvoicesReceiptsIDSComputer-VisionArazzoWorkflows
Provider
Workflows
classify-document-type
Upload a document and read its predicted document type.
Sends a file to the classification enqueue endpoint, polls the job until processing finishes, and retrieves the classification result.
1
enqueueClassification
Send the document to the asynchronous classification queue. Returns a job whose status begins as Processing.
2
pollJob
Poll the shared jobs endpoint until the classification job reports Processed or Failed.
3
getResult
Retrieve the completed classification inference and read the predicted document type from the source file.
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.