---
title: "Upload a File"
method: POST
path: "/system/file-explorer/upload"
tags: ["System"]
---

# Upload a File

`POST /system/file-explorer/upload`

Upload exactly one file to an absolute destination folder through FilePond without overwriting an existing entry

## Query parameters

- `path` string, required

## Response `201`

File uploaded

- GithubComAlchemillahqSylveInternalAPIResponseInternalHandlersSystemUploadFileResponse
  - `data` InternalHandlersSystemUploadFileResponse
    - `bytes` integer
    - `path` string
    - `uploadId` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Invalid path, filename, or multipart request
- `401` — Unauthorized
- `403` — Administrator access or destination permission required
- `404` — Destination folder not found
- `408` — Upload cancelled or timed out
- `409` — Destination exists or restore is in progress
- `413` — File or multipart request too large
- `429` — Upload capacity exhausted
- `500` — Internal Server Error
- `507` — Insufficient storage or quota

---

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