---
title: "Upload File"
method: POST
path: "/upload"
---

# Upload File

`POST /upload`

Upload endpoint supporting:
1. Direct upload: POST with multipart/form-data containing 'file' (single or multiple)
2. Signed URL generation: POST without file to get a signed upload URL

For multiple files, send multiple form-data entries with key 'file'

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brighterway/apis/upload-service.md) · [All operations](https://skmtc.dev/brighterway/apis/upload-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brighterway/upload-service/revisions/3fbfd6a0bf94/schema)
