---
title: "Get a file download URL"
method: GET
path: "/deployments/storage/{filename}/url"
tags: ["DeploymentsStorage"]
---

# Get a file download URL

`GET /deployments/storage/{filename}/url`

Create a signed URL for downloading a deployment storage file

## Path parameters

- `filename` string, required — Filename

## Response `200`

Signed URL

- SignedURLResponse
  - `url` string

## Other responses

- `400` — Invalid request
- `404` — File not found
- `500` — Internal error

---

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