post https://api.sensible.so/v0/extract_from_url/
Extract data asynchronously from a document at the specified document_url
.
You must use this or other asynchronous endpoints for documents that are over 4.5MB in size or require over 30 seconds to process.
Take the following steps.
- Run this endpoint.
- To retrieve the extraction, use a webhook, or use the extraction
id
returned in the response to poll the GET documents/{id} endpoint.
For a step-by-step tutorial on calling this endpoint,
see Try asynchronous extraction from your URL.