Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Excel (.xlsx) file
Response
Successful Response
The id of the newly uploaded workbook
Upload an Excel workbook file and make it available in the API.
The workbook will be processed in the background. Once it’s processed successfully it will be available for querying and exporting.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Excel (.xlsx) file
Successful Response
The id of the newly uploaded workbook