---
title: "Create Node"
method: POST
path: "/api/v1/node"
tags: ["node"]
---

# Create Node

`POST /api/v1/node`

Create Node

## Request body

- DomainCreateNodeReq
  - `content` string
  - `content_type` string
  - `emoji` string
  - `kb_id` string, required
  - `name` string, required
  - `nav_id` string, required
  - `parent_id` string
  - `position` number
  - `summary` string
  - `type` 1 | 2, required

## Response `200`

OK

- object
  - `code` integer
  - `data` object
  - `message` string
  - `success` boolean

---

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