curl --request POST \
--url http://api.superwize.ai/api/groupChat/createGroupChat \
--header 'Content-Type: application/json' \
--data '
{
"name": "Primary Key"
}
'{
"id": "obj_01JHKZ0PV2WX123456789",
"name": "Primary Key",
"creatorId": "obj_01JHKZ0PV2WX123456789",
"conversationId": "conv_01JHKYW2V8XQ123456789",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"intelligentResponses": true
}Creates a group chat and corresponding upstream conversation with the creator as the first member.
curl --request POST \
--url http://api.superwize.ai/api/groupChat/createGroupChat \
--header 'Content-Type: application/json' \
--data '
{
"name": "Primary Key"
}
'{
"id": "obj_01JHKZ0PV2WX123456789",
"name": "Primary Key",
"creatorId": "obj_01JHKZ0PV2WX123456789",
"conversationId": "conv_01JHKYW2V8XQ123456789",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"intelligentResponses": true
}