API ReferenceWorkspace Management

Create Workspace

POST/api/v1/workspaces

Create a new workspace with allocated storage. The storage is deducted from the user's available quota.

Headers

AuthorizationstringRequired

Bearer token for authentication

Content-TypestringRequired

application/json

Body

namestringRequired

Workspace name (max 100 characters)

descriptionstringOptional

Workspace description

iconstringOptional

Icon name or emoji for the workspace

colorstringOptional

Hex color code for the workspace

storageAllocationstringRequired

Storage allocation in bytes (minimum 104857600 = 100MB)

POST/api/v1/workspaces
Response