get
/{tenantId}/v1/document-sets
List document sets
Returns all document sets belonging to the tenant.
post
/{tenantId}/v1/document-sets
Create document set
Creates a new document set for grouping documents together.
get
/{tenantId}/v1/document-sets/{documentSetId}
Get document set
Returns a document set with its document count.
delete
/{tenantId}/v1/document-sets/{documentSetId}
Delete document set
Deletes the document set and all documents within it (including their S3 objects).
get
/{tenantId}/v1/document-sets/{documentSetId}/documents
List documents in a set
Returns all documents belonging to a specific document set.