---
title: "Upload Documents"
method: POST
path: "/api/document/upload"
tags: ["document"]
---

# Upload Documents

`POST /api/document/upload`

Upload multiple documents to a workspace with encryption.
Documents are queued for processing, parsed, and indexed for vector search.

## Query parameters

- `workspace_ext_id` string, required
- `shared` boolean — Whether the document should be shared with workspace members
- `config_ext_id` string, nullable — Configuration to use for processing

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2025-08-21** `84efd317dcde` — 1 breaking
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
- **2025-08-19** `5287337ab0fe` — 1 info
  - added the new optional `query` request parameter `config_ext_id`

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/document/upload/post.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/84efd317dcde/schema)
