GET
/
generate_excel
/
{ids}
curl --request GET \
  --url https://api.sensible.so/v0/generate_excel/{ids} \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://sensible-so-document-type-bucket-dev-us-west-2.s3.us-west-2.amazonaws.com/sensible/fc3484c5-3f35-4129-bb29-0ad1291ee9f8/EXTRACTION/14d82783-c12b-4e70-b0ae-ca1ce35a9836.xlsx?REDACTED"
}

Authorizations

Authorization
string
header
required

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.

Path Parameters

ids
string
required

Comma-delimited list of unique extraction IDs.

Response

200
application/json
Indicates the extraction successfully converted to an Excel file. This response contains the download URL for the Excel file. The link expires after 15 minutes.
url
string

The download URL for the Excel file