---
title: "Create blueprint"
method: POST
path: "/api/blueprints/"
tags: ["Blueprints"]
---

# Create blueprint

`POST /api/blueprints/`

Create a new blueprint

## Request body

- BlueprintRequest
  - `created_by` integer, nullable
  - `description` string, nullable — Project description
  - `label_config` string, nullable — Labeling configuration in XML format
  - `project` integer, required
  - `task_ids` integer[]
  - `title` string, nullable — Blueprint name. Must be between 3 and 50 characters long.

## Response `201`

- Blueprint
  - `created_at` string, date-time, required
  - `created_by` integer, nullable
  - `description` string, nullable — Project description
  - `id` integer, required
  - `label_config` string, nullable — Labeling configuration in XML format
  - `project` integer, required
  - `share_id` string, required — base64 encoded id
  - `short_url` string, required
  - `task_count` integer, required
  - `title` string, nullable — Blueprint name. Must be between 3 and 50 characters long.
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
