Parameters
JSON body
Request body
application/jsonmessageIdstringRequiredLength: 24–24
feedback"up" | "down" | nullRequiredSet thumb up/down, or null to clear.
One of 3:
Variant 1
"up"
Variant 2
"down"
Variant 3
null
Merges {feedback: "up"|"down"} into cas__chat_message.metadata via jsonb_set — no read/modify/write race across tabs. Tenant-scoped by organisationId, only assistant-role messages accepted.
JSON body
messageIdstringRequiredfeedback"up" | "down" | nullRequiredSet thumb up/down, or null to clear.
1 status code documented
state"ok"Requiredstate"not-found"Required{
"state": "ok"
}POST /bff/chat/feedback
curl -X POST "https://api.bizkithub.com/bff/chat/feedback" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"messageId": "example_messageId"
}'All BizKitHub public API endpoints require authentication via API key.