Create workspace

POST

Create a new workspace.

Workspaces in Label Studio let you organize your projects and users into separate spaces. This is useful for managing different teams, departments, or projects within your organization.

For more information, see Workspaces in Label Studio.

Request

This endpoint expects an object.
titlestringOptional

Workspace title

descriptionstringOptional

Workspace description

is_publicbooleanOptional

Is workspace public

is_personalbooleanOptional

Is workspace personal

colorstringOptionalDefaults to #FFFFFF

Workspace color in HEX format

is_archivedbooleanOptional

Is workspace archived

Response

This endpoint returns an object.
idintegerOptional

Unique ID of the workspace

titlestringOptional

Workspace title

descriptionstringOptional

Workspace description

is_publicbooleanOptional

Whether the workspace is public or not

is_personalbooleanOptional

Whether the workspace is personal or not

is_archivedbooleanOptional

Whether the workspace is archived or not

created_atdatetimeOptional

Creation time of the workspace

updated_atdatetimeOptional

Last updated time of the workspace

created_byintegerOptional

User ID of the workspace creator

colorstringOptional

Workspace color