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

# Upload File (FilePond)

`POST /system/file-explorer/upload`

Upload a file to a user-specified path via FilePond; fails if file exists

## Query parameters

- `path` string, required

## Response `200`

OK

- GithubComAlchemillahqSylveInternalAPIResponseMapStringString
  - `data` MapStringString
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `409` — Conflict - File Already Exists
- `500` — Internal Server Error

---

[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/950e51f8af98/schema)
