---
title: "Generate a signed S3 POST"
method: POST
path: "/files/upload/"
tags: ["files"]
---

# Generate a signed S3 POST

`POST /files/upload/`

Get the data needed to make a request to S3 to store your file.

## Request body

- UploadFile
  - `content_type` string, required
  - `filename` string, required

## Response `200`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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