---
title: "Create Presigned Upload URL"
method: GET
path: "/v3/file/presigned-url"
tags: ["Files"]
---

# Create Presigned Upload URL

`GET /v3/file/presigned-url`

Generate a presigned URL for file upload in V3. This URL allows uploading a file directly without using an API token in the final POST.

## Query parameters

- `expiresAt` integer

## Response `200`

OK

- ApiPresignedUrlResponseV3
  - `data` ApiPresignedUrlResponseDataV3
    - `presignedUrl` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/fivemanage/apis/fivemanage-api.md) · [All operations](https://skmtc.dev/fivemanage/apis/fivemanage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fivemanage/fivemanage-api/revisions/7a5baa842e01/schema)
