---
title: "Get Signed Url"
method: GET
path: "/v1/files/{file_id}/url"
tags: ["files"]
---

# Get Signed Url

`GET /v1/files/{file_id}/url`

Get Signed Url

## Path parameters

- `file_id` string, uuid, required

## Query parameters

- `expiry` integer — Number of hours before the URL becomes invalid. Defaults to 24h. Must be between 1h and 168h.

## Response `200`

OK

- GetSignedUrlResponse
  - `url` string, required

---

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