---
title: "GET /v3/models/{uid}/download"
method: GET
path: "/v3/models/{uid}/download"
tags: ["models"]
---

# GET /v3/models/{uid}/download

`GET /v3/models/{uid}/download`

Returns download information for downloadable models

## Headers

- `x-skfb-model-pwd` string

## Response `200`

Success

- ModelDownload
  - `gltf` object
    - `url` string — temporary URL where the archive can be downloaded
    - `expires` integer — when the temporary URL will expire (in seconds)

## Other responses

- `400` — Bad Request. Model is not downloadable.
- `401` — Unauthorized. User token is not valid or missing.
- `403` — Permission Denied
- `404` — Not Found. Model does not exist.
- `429` — Too many requests. You must wait before making requests again.

---

[API](https://skmtc.net/sketchfab/apis/sketchfab-api.md) · [All operations](https://skmtc.net/sketchfab/apis/sketchfab-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sketchfab/sketchfab-api/revisions/3d1f8bd62bc7/schema)
