---
title: "Add document to knowledge graph"
method: POST
path: "/api/v0/knowledge-graphs/{kg_id}/documents"
tags: ["Knowledge Graphs"]
---

# Add document to knowledge graph

`POST /api/v0/knowledge-graphs/{kg_id}/documents`

## Path parameters

- `kg_id` string, uuid, required

## Request body

- KnowledgeGraphAddDocumentRequest
  - `document_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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