For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
<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>
Create a project from a specific project template by ID for an organization.
Authentication
AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
idintegerRequired
Request
This endpoint expects an object.
titlestringRequired
The title of the project to be created from the template.
workspace_idintegerRequired
A unique integer value identifying the workspace in which to create the project.
Start model training after any annotations are submitted or updated
statestringRead-only
task_numberintegerRead-only
Total task number in project
total_annotations_numberintegerRead-only
Total annotations number in project including skipped_annotations_number and ground_truth_number.
total_predictions_numberintegerRead-only
Total predictions number in project including skipped_annotations_number, ground_truth_number, and useful_annotation_number.
useful_annotation_numberintegerRead-only
Useful annotation number in project not including skipped_annotations_number and ground_truth_number. Total annotations = annotation_number + skipped_annotations_number + ground_truth_number
workspacestringRead-only
workspace_titlestringRead-only
agreement_methodologyenum
Methodology (Consensus / Pairwise Averaging)
consensus - Consensus
pairwise - Pairwise Averaging
Allowed values:
agreement_thresholdstring or nullformat: "decimal"
Agreement threshold
annotation_limit_countinteger or null>=1
Limit by number of tasks
annotation_limit_percentstring or nullformat: "decimal"
Limit by percentage of tasks
annotator_evaluation_continuous_tasksinteger>=0Defaults to 0
Continuous Evaluation: Required tasks
annotator_evaluation_enabledboolean
Evaluate all annotators against ground truth
annotator_evaluation_minimum_scorestring or nullformat: "decimal"Defaults to 95.00
Score required to pass evaluation
annotator_evaluation_minimum_tasksinteger or null>=0Defaults to 10
Number of tasks for evaluation
annotator_evaluation_onboarding_tasksinteger>=0Defaults to 0
Onboarding Evaluation: Required tasks
colorstring or null<=16 characters
Color
comment_classification_configstring
control_weightsmap from strings to objects or null
Dict of weights for each control tag in metric calculation. Keys are control tag names from the labeling config. At least one tag must have a non-zero overall weight.
created_byobject
Project owner
custom_interface_codestring or null
custom_interface_compiledstring or null
custom_interface_paramsany or null
custom_scriptstring
Plugins
custom_task_lock_ttlinteger or null1-86400
Task reservation time. TTL in seconds (UI displays and edits this value in minutes).
descriptionstring or null
Description
duplication_donebooleanDefaults to false
duplication_statusstring
enable_empty_annotationboolean
Allow empty annotations
evaluate_predictions_automaticallyboolean
Retrieve and display predictions when loading a task
expert_instructionstring or null
Instructions
input_schemaany or null
is_draftboolean
Whether or not the project is in the middle of being created
is_publishedboolean
Whether or not the project is published to annotators
label_configstring or null
Labeling Configuration
max_additional_annotators_assignableinteger or null
pause_on_failed_annotator_evaluationboolean or nullDefaults to false
Pause annotator on failed evaluation
pinned_atdatetime or null
Pinned date and time
require_comment_on_skipbooleanDefaults to false
Require comment to skip
reveal_preannotations_interactivelyboolean
Reveal pre-annotations interactively
samplingenum or null
Sequential sampling - Tasks are ordered by Data manager ordering
Uniform sampling - Tasks are chosen randomly
Uncertainty sampling - Tasks are chosen according to model uncertainty scores (active learning mode)
Allowed values:
show_annotation_historyboolean
Show Data Manager to Annotators
show_collab_predictionsboolean
Use predictions to pre-label Tasks
show_instructionboolean
Show instructions before labeling
show_overlap_firstboolean
Show tasks with overlap first
show_skip_buttonboolean
Allow skipping tasks
show_unused_data_columns_to_annotatorsboolean or null
Show only columns used in labeling configuration to Annotators. API uses inverse field semantics here: set false to show only used columns, set true to show all task.data columns.
skip_queueenum or null
REQUEUE_FOR_ME - Requeue for me
REQUEUE_FOR_OTHERS - Requeue for others
IGNORE_SKIPPED - Ignore skipped
Allowed values:
source_interface_idinteger or null
source_interface_versioninteger or null
Stable version ID of the saved interface snapshot used by this project.
strict_task_overlapbooleanDefaults to true
Enforce strict overlap limit
task_data_loginstring or null<=256 characters
Login
task_data_passwordstring or null<=256 characters
Password
titlestring or null3-50 characters
Project Name
use_custom_interfacebooleanDefaults to false
show_ground_truth_firstbooleanDeprecated
Onboarding mode (true): show ground truth tasks first in the labeling stream