Affinda · Arazzo Workflow
Affinda Upload from URL, Parse, and Confirm
Version 1.0.0
Upload a document by URL, wait for parsing, then confirm it in the validation tool.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
upload-from-url-and-confirm
Ingest a document by URL, wait for parsing, then confirm it.
Creates a document from a URL, polls the document until meta.ready is true, and patches the document to set isConfirmed so it leaves the review state.
1
uploadByUrl
createDocument
Create the document from a URL with wait=false so an identifier is returned immediately for polling.
2
pollUntilReady
getDocument
Poll the document until parsing finishes, signalled by meta.ready becoming true.
3
confirmDocument
updateDocument
Mark the parsed document as confirmed so it transitions out of the review state and is treated as validated.