---
title: "Create Document Route"
method: POST
path: "/api/v1/knowledge/documents"
tags: ["knowledge"]
---

# Create Document Route

`POST /api/v1/knowledge/documents`

Upload a new knowledge document.

## Response `201`

Successful Response

- SuccessEnvelopeDocumentCreateResponse
  - `request_id` string, required
  - `data` DocumentCreateResponse, required — Response for POST/PUT /documents.
    - `doc_id` string, required
    - `category_id` string, required
    - `topic_count` integer, required
    - `source_name` string, nullable, required
    - `md_path` string, required
    - `original_file_path` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-24** `65f2f4743b36` — 1 info
  - endpoint added
- **2026-06-05** `7be97420eb25` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/evermind-ai/apis/everos/changes/api/v1/knowledge/documents/post.md)

---

[API](https://skmtc.dev/evermind-ai/apis/everos.md) · [All operations](https://skmtc.dev/evermind-ai/apis/everos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evermind-ai/everos/revisions/9a2e78d664d6/schema)
