---
title: "Create a new Label"
method: POST
path: "/labels"
tags: ["Label"]
---

# Create a new Label

`POST /labels`

Creates a new Label in the organization.

## Request body

- CreateLabel
  - `name` string, safe-string, required — Name of the Label. Each Label name must be unique within the organization.\ This property is a [Safe String](https://developers.youtrust.com/reference/oas-specification#safe-string) allowing email, HTML and URL.

## Response `201`

Created

- Label
  - `id` string, uuid, required — Unique identifier of the Label.
  - `name` string, required — Name of the Label.

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
