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
0ebec69f-cde5-4abf-83eb-595f8f023c80
conversationId
required
string

A conversation Id

Example
0ebec69f-cde5-4abf-83eb-595f8f023c80
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>
[
"0ebec69f-cde5-4abf-83eb-595f8f023c80"
]

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