Parameters
JSON body
Request body
application/jsonroomIdstringRequiredLength: 24–24
statebooleanRequiredJSON body
roomIdstringRequiredstatebooleanRequired1 status code documented
state"ok"Requiredstate"not-found"Required{
"state": "ok"
}POST /bff/chat/problem
curl -X POST "https://api.bizkithub.com/bff/chat/problem" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"roomId": "example_roomId",
"state": false
}'All BizKitHub public API endpoints require authentication via API key.