---
title: "Upload Files Api"
method: POST
path: "/manage/admin/connector/file/upload"
tags: ["public"]
---

# Upload Files Api

`POST /manage/admin/connector/file/upload`

## Response `200`

Successful Response

- FileUploadResponse
  - `file_paths` string[], required
  - `file_names` string[], required
  - `zip_metadata` object, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `fcb09658bc37` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-01-06** `2d941ea53eb3` — 4 info
  - api tag `public` added
  - the response property `file_names` became required for the status `200`
  - the response property `file_paths` became required for the status `200`
  - the response property `zip_metadata` became required for the status `200`
- **2025-08-21** `9321c45d93b5` — 3 breaking, 1 info
  - the response property `file_names` became optional for the status `200`
  - the response property `file_paths` became optional for the status `200`
  - the response property `zip_metadata` became optional for the status `200`
  - api tag `public` removed

[Change history](https://skmtc.dev/onyx-dot-app/apis/onyx-api/changes/manage/admin/connector/file/upload/post.md)

---

[API](https://skmtc.dev/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.dev/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/revisions/fcb09658bc37/schema)
