sensible-so · Arazzo Workflow
Sensible Extract From URL And Poll
Version 1.0.0
Kick off an asynchronous extraction from a document URL with a chosen config, poll until it completes, then read the parsed results.
Provider
Workflows
extract-from-url-and-poll
Asynchronously extract data from a document at a URL with a specified config and poll for the completed result.
Submits a document URL for extraction under the supplied document type and config, then polls the extraction id until the status is COMPLETE and returns the extracted fields.
1
submitExtraction
provide-a-download-url-with-config
Submit the document URL for asynchronous extraction under the chosen document type and config, and capture the returned extraction id.
2
pollStatus
retrieving-results
Poll the extraction by id until Sensible reports the COMPLETE status, retrying while the extraction is still WAITING or PROCESSING.