cURL
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 }
Create new document set with unique ID associated to authenticated user’s organization. Creator automatically added to users array.
Bearer token authentication. Token provides organization-scoped access.
Name for the new document set
Document set created successfully
Auto-generated UUID
Document set version