---
title: "CreateComment"
method: POST
path: "/share/v1/comment"
tags: ["share_comment"]
---

# CreateComment

`POST /share/v1/comment`

CreateComment

## Request body

- DomainCommentReq
  - `captcha_token` string
  - `content` string, required
  - `node_id` string, required
  - `parent_id` string
  - `pic_urls` string[], required
  - `root_id` string
  - `user_name` string

## Response `200`

CommentID

- object
  - `code` integer
  - `data` string
  - `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/c088839a56db/schema)
