Projects

✨ Duplicate project

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Make a copy of project.
post/api/projects/{id}/duplicate/

Path parameters

idinteger required

Request body

descriptionstring

Project Description

include_membersboolean

Whether to include explicit project members and project role overrides in the duplicated project.

mode'settings' | 'settings,data' required
  • settings - Only settings
  • settings,data - Settings and tasks
titlestring required

Project Name

workspaceinteger required

Destination Workspace

Response

Project duplicated

idinteger required

The ID of the duplicated project.

Changes

Changed in 1 of the 97 revisions of this API.3

    • added the new optional request property include_members (media type: application/json)

      new-optional-request-property

    • added the new optional request property include_members (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property include_members (media type: multipart/form-data)

      new-optional-request-property

Of the 97 revisions, 1 has no diff computed.