---
title: "Upload File (Multipart)"
method: POST
path: "/v3/file"
tags: ["Files"]
---

# Upload File (Multipart)

`POST /v3/file`

Upload a file using multipart/form-data with optional metadata and path. Supports images, videos, and audio.
If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL.

## Response `200`

OK

- ApiFileUploadResponseV3
  - `data` ApiFileUploadResponseDataV3
    - `id` string
    - `originalUrl` string
    - `url` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `413` — Request Entity Too Large
- `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)
