---
title: "ChatMessage"
method: POST
path: "/share/v1/chat/message"
tags: ["share_chat"]
---

# ChatMessage

`POST /share/v1/chat/message`

ChatMessage

## Query parameters

- `app_type` string, required

## Request body

- DomainChatRequest
  - `app_type` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12, required
  - `captcha_token` string
  - `conversation_id` string
  - `image_paths` string[]
  - `message` string
  - `nonce` 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)
