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. 1. Run this endpoint. 2. To retrieve the extraction or poll its status, use the extraction id
returned in the response to call the GET documents/{id} endpoint. For a step-by-step tutorial on calling this endpoint, see Try asynchronous extraction from your URL.