Skip to content

Create group conversation

POST
/v2/document/group/{groupId}/conversation

Create a new group conversation

groupId
required
string

A group Id

Example
77a0049c-7683-45ff-956f-656f257048f7
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
templateId

The template id

string format: uuid
77a0049c-7683-45ff-956f-656f257048f7

The resource has been successfully created.

object
id
required

The Group Conversation Id

string format: uuid
groupId
required

The Group Id

string format: uuid
uploadBatchId
required

The Upload Batch Id

string format: uuid
documentIds
required

The Document Ids of the group conversation

Array<string>
status

The Status

string
Allowed values: CREATED RUNNING COMPLETED FAILED ARCHIVED
CREATED
result

The conversation results from AI processing

object
{
"Issuing Company Name": {
"value": "xxx Pty Ltd",
"promptId": "xxx",
"promptName": "Issuing Company Name"
}
}

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error