---
title: "Get Model Download Url"
method: POST
path: "/v1/projects/{project_id}/models/{model_id}/download"
tags: ["Model"]
---

# Get Model Download Url

`POST /v1/projects/{project_id}/models/{model_id}/download`

## Path parameters

- `project_id` integer, required
- `model_id` string, uuid4, required

## Query parameters

- `timeout` integer, nullable

## Headers

- `apikey` string, nullable

## Request body

- ModelDownloadRequest
  - `threshold` number, required

## Response `200`

Successful Response

- ModelDownloadResponse
  - `data` ModelDownload, required
    - `downloadUrl` string, nullable
    - `threshold` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landing-ai/apis/landinglens-api.md) · [All operations](https://skmtc.net/landing-ai/apis/landinglens-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landing-ai/landinglens-api/revisions/73e50adb1306/schema)
