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 '
{
  "document_set_name": "<string>"
}
'
{
  "document_set_id": "<string>",
  "document_set_name": "<string>",
  "organization_id": "<string>",
  "details": "<string>",
  "documents": [
    "<string>"
  ],
  "version": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Token provides organization-scoped access.

Body

application/json
document_set_name
string
required

Name for the new document set

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