---
title: "Get Industry Model Download URL"
method: GET
path: "/api/v2/download-industry-model"
tags: ["Download"]
---

# Get Industry Model Download URL

`GET /api/v2/download-industry-model`

Generate a pre-signed URL to download the Excel model file for a specific industry model

## Query parameters

- `email` string, required
- `model_id` integer, required

## Response `200`

- DownloadURL
  - `download_url` string, required — Pre-signed URL where the requested model can be downloaded

## Other responses

- `400`
- `401`
- `404`
- `429`

---

[API](https://skmtc.net/daloopa/apis/daloopa-api.md) · [All operations](https://skmtc.net/daloopa/apis/daloopa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daloopa/daloopa-api/versions/746538a1eb45/schema)
