Mindee · Arazzo Workflow
Mindee Extract From URL
Version 1.0.0
Enqueue a publicly hosted document by URL for extraction, poll until processed, then read the extracted fields.
View Spec
View on GitHub
Document ParsingOCRIDPAIMachine LearningInvoicesReceiptsIDsComputer VisionArazzoWorkflows
Provider
Workflows
extract-from-url
Submit a document URL for extraction and read the parsed fields.
Sends a publicly accessible document URL to the extraction enqueue endpoint, polls the job until processing finishes, and retrieves the extracted fields.
1
enqueueByUrl
Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Submit the document URL to the asynchronous extraction queue so Mindee downloads and processes the remote file.
2
pollJob
Get_Job_Status_v2_jobs__job_id__get
Poll the shared jobs endpoint until the 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 fields parsed from the remote document.
Source API Descriptions
openapi