Skip to main content
POST
/
api
/
v1
/
document-sets
Create Document Set
curl --request POST \
  --url https://api.artosai.com/api/v1/document-sets/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workspace_name": "Q1 CSR Documents"
}
'
{
  "document_set_id": "ds-uuid-001",
  "document_set_name": "Q1 CSR Documents",
  "organization_id": "org-uuid-123",
  "details": null,
  "documents": [],
  "version": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.artosai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Token provides organization-scoped access.

Body

application/json

Both workspace_name (alias) and document_set_name are accepted.

workspace_name
string
required

Name for the new document set (alias: document_set_name)

Response

Document set created successfully

document_set_id
string

Auto-generated UUID

document_set_name
string | null
organization_id
string | null
details
string | null
documents
string[] | null
version
integer | null

Document set version