---
title: "Generate Presigned Url"
method: POST
path: "/users/presigned-url"
tags: ["General APIs with JWT"]
---

# Generate Presigned Url

`POST /users/presigned-url`

Generate presigned url for frontend to upload file to S3.

## Request body

- FileInput
  - `name` string
  - `type` string

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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