---
title: "Get File"
method: GET
path: "/v1/license/files"
tags: ["license"]
---

# Get File

`GET /v1/license/files`

Presigned URL for any license-owned file in the weights bucket.

## Query parameters

- `path` string, required

## Headers

- `X-Kugel-License-Key` string, required

## Response `200`

Successful Response

- FileResponse
  - `download_url` string, required
  - `size_bytes` integer, nullable

## Other responses

- `422` — Validation Error

---

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