Try out a test endpoint, the /extract endpoint. This endpoint accepts a document and returns extracted data synchronously. Use asynchronous endpoints in production.
If you’re new to APIs, use this tutorial to return document data from an example tax form.
Or, if you’re familiar with APIs:
See prerequisites.
To run a Sensible API request in Postman, follow these steps:
*YOUR_API_KEY*
with your API key:Example document | Download link |
---|
parsed_document
object that looks something like the following:Note: Did you notice that this API call doesn’t specify a config (1040_2021
)? As a convenience, Sensible evaluates all the configs for the document type (tax_forms
), and automatically chooses the one that fits best.
To see this example in the Sensible app:
Try out a test endpoint, the /extract endpoint. This endpoint accepts a document and returns extracted data synchronously. Use asynchronous endpoints in production.
If you’re new to APIs, use this tutorial to return document data from an example tax form.
Or, if you’re familiar with APIs:
See prerequisites.
To run a Sensible API request in Postman, follow these steps:
*YOUR_API_KEY*
with your API key:Example document | Download link |
---|
parsed_document
object that looks something like the following:Note: Did you notice that this API call doesn’t specify a config (1040_2021
)? As a convenience, Sensible evaluates all the configs for the document type (tax_forms
), and automatically chooses the one that fits best.
To see this example in the Sensible app: