ChatpostBffChatMessage
Parameters
6 body
Body · 6
roomIdstringRequiredLength: 24–24
contentstringRequiredLength: 1–∞
rolestring | string | string | string | stringtoolCallsobject[]markProblematicbooleanmetadataobjectRequest
POST /bff/chat/message
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.