GET Download Industry Model
Description
Using this API you can download specific industry model as an excel file.
Request Format
GET https://app.daloopa.com/download-industry-model
Query Parameters
Item | Data Type | Description |
---|---|---|
string | Email of the user. | |
model_id | integer | Model ID of industry model. |
Example Request
curl --request GET \
--url 'https://app.daloopa.com/api/v2/download-industry-model?model_id=106&[email protected]' \
--header 'Authorization: Basic APIKEY'
Response
Status : 200
Output: JSON
Response Schema
Item | Data Type | Description |
---|---|---|
download_url | string | Link to download industry model, it expires in 30 seconds. File downloaded will be an Excel file with format .xlsx |
Updated 11 days ago