ChatpostBffChatCreate
Parameters
6 body
Body · 6
kindstring | string | stringtitlestringLength: 0–200
sourcestringLength: 0–32
modelstringLength: 0–100
participantMemberIdsstring | integer[]metadataobjectRequest
POST /bff/chat/create
curl -X POST "https://api.bizkithub.com/bff/chat/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"title": "example_title",
"source": "example_source",
"model": "example_model",
"participantMemberIds": [],
"metadata": {}
}'Response
JSON payload
{
"id": "example_id"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.