Skip to content

Add documents to group conversation

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

Add documents to a group conversation

groupId
required
string

A group Id

Example
77a0049c-7683-45ff-956f-656f257048f7
conversationId
required
string

A conversation Id

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

API Key

X-API-Secret
string

API Secret

object
groupId
required

The Group Id

string format: uuid
conversationId
required

The Group Conversation Id

string format: uuid
documentIds
required

The Document Ids

Array<string>
[
"77a0049c-7683-45ff-956f-656f257048f7"
]

The resource has been successfully created.

object
groupId
required

The Group Id

string format: uuid
conversationId
required

The Group Conversation Id

string format: uuid
documentIds
required

The Document Ids

Array<string>

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error