---
title: "POST /knowledge-documents"
method: POST
path: "/knowledge-documents"
tags: ["TenantKnowledge"]
---

# POST /knowledge-documents

`POST /knowledge-documents`

## Request body

- CreateTenantKnowledgeDocumentDto
  - `title` string
  - `sourceType` string, nullable
  - `content` string
  - `diagnosisKeys` string, nullable
  - `isPublished` boolean, nullable

## Response `201`

Created

- TenantKnowledgeDocumentDto
  - `id` string
  - `title` string
  - `sourceType` string — "protocol" | "handout" | "standalone".
  - `content` string
  - `diagnosisKeys` string, nullable
  - `isPublished` boolean
  - `createdById` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
