DocsAPI ReferenceChat/bff/chat/message
postChatAdmin BFF

/bff/chat/message

Append a message to a chat room

ChatpostBffChatMessage

Parameters

6 body

6 total
Body · 6
roomIdstringRequired
Length: 2424
contentstringRequired
Length: 1
rolestring | string | string | string | string
toolCallsobject[]
markProblematicboolean
metadataobject

Request

POST /bff/chat/message

post
curl -X POST "https://api.bizkithub.com/bff/chat/message" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "roomId": "example_roomId",
  "content": "example_content",
  "toolCalls": [
    {}
  ],
  "markProblematic": false,
  "metadata": {}
}'

Response

JSON payload

{
  "state": "ok",
  "id": "example_id"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key