---
title: "Get presigned URL for a LoRA file"
method: GET
path: "/admin/loras/presigned-url"
tags: ["Admin LoRAs"]
---

# Get presigned URL for a LoRA file

`GET /admin/loras/presigned-url`

## Query parameters

- `key` string, required

## Response `200`

- LoraPresignedUrlResponseDto
  - `key` string, required — S3 key
  - `url` string, required — Presigned URL (1 hour TTL)

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
