DocsAPI ReferenceChat/bff/chat/create
postChatAdmin BFF

/bff/chat/create

Create a chat room (admin / internal use)

ChatpostBffChatCreate

Parameters

6 body

6 total
Body · 6
kindstring | string | string
titlestring
Length: 0200
sourcestring
Length: 032
modelstring
Length: 0100
participantMemberIdsstring | integer[]
metadataobject

Request

POST /bff/chat/create

post
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.

Get API Key