DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
POST/support/{chatId}

POST /support/{chatId}

DELETE/support/{chatId}arrow_forward
tune
Parameters
chatIdrequiredpath
string (uuid)
The ID of the chat session
upload
Request body
messagerequired
string
The content of the message to send
report
Errors
StatusDescription
404Default Response
500Default Response
north_east
Request
curl -X POST 'https://chat-api-dev.paicloud.ai//support/{chatId}' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "message": "message"
}'
south_west
Response
201 OK
application/json
{
  "ok": true
}