Skip to content

Add document to group

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

Add a document to a group

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
groupId
required

The Group Id

string format: uuid
files
required

The files to add to the group

Array<string>

The resource has been successfully created.

object
groupId
required

The Group Id

string format: uuid
documentIds
required

The Document Ids

Array<string>

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error