---
title: "Upload File Editor API"
method: POST
path: "/files/uploadFile/editor"
tags: ["File API"]
---

# Upload File Editor API

`POST /files/uploadFile/editor`

Upload File Editor

## Request body

- UploadFileEditorRequest
  - `upload` string, binary, required
  - `ckCsrfToken` string

## Response `200`

OK

- UploadFileEditorResponse
  - `uploaded` integer
  - `fileName` string
  - `url` string
  - `error` object

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
