Sensible · Arazzo Workflow
Sensible Extract From URL Poll Then CSV
Version 1.0.0
Asynchronously extract a document from a URL, poll until complete, then export the extraction as a CSV file.
Provider
Workflows
extract-from-url-poll-then-csv
Asynchronously extract a document from a URL, poll to completion, then export it as CSV.
Submits a document URL for extraction, polls the extraction id until COMPLETE, then converts the extraction to a CSV file and returns the download URL.
1
submitExtraction
Submit the document URL for asynchronous extraction under the chosen document type and config, and capture the returned extraction id.
2
pollStatus
Poll the extraction by id until Sensible reports the COMPLETE status, retrying while the extraction is still WAITING or PROCESSING.
3
exportCsv
Convert the completed extraction to a CSV file and return the time-limited download URL.
Source API Descriptions
openapi
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.