Use this endpoint in conjunction with asynchronous extraction requests to retrieve your results.
You can also use this endpoint to retrieve the results for documents extractions from the synchronous /extract endpoint.
To poll extraction status, check the status
field in this endpoint’s response.
When the extraction completes, the returned status is COMPLETE
and the response includes results in the
parsed_document
field. For fields in the extraction for which Sensible couldn’t find a value, Sensible returns null.
Sensible uses API keys to authenticate requests. Keep your API keys secure and do not share them publicly accessible areas such as GitHub, client-side code, etc. Authentication to the API is performed via Bearer Authentication. Provide your API key as the bearer auth value.
Unique ID for the extraction, used to retrieve the extraction.
"246a6f60-0e5b-11eb-b720-295a6fba723e"
Returns the extraction.
The response is of type object
.