---
title: "Handle chat feedback"
method: POST
path: "/share/v1/chat/feedback"
tags: ["share_chat"]
---

# Handle chat feedback

`POST /share/v1/chat/feedback`

Process user feedback for chat conversations

## Request body

- DomainFeedbackRequest
  - `conversation_id` string
  - `feedback_content` string — 限制内容长度
  - `message_id` string, required
  - `score` 1 | -1
  - `type` string — 内容不准确，没有帮助，.......

## Response `200`

OK

- DomainResponse
  - `data` unknown
  - `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)
