Create workspace
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.
Headers
Authorization
Header authentication of the form Token <token>
Request
This endpoint expects an object.
title
Workspace title
description
Workspace description
is_public
Is workspace public
is_personal
Is workspace personal
color
Workspace color in HEX format
is_archived
Is workspace archived
Response
id
Unique ID of the workspace
title
Workspace title
description
Workspace description
is_public
Whether the workspace is public or not
is_personal
Whether the workspace is personal or not
is_archived
Whether the workspace is archived or not
created_at
Creation time of the workspace
updated_at
Last updated time of the workspace
created_by
User ID of the workspace creator
color
Workspace color