---
title: "라벨 생성"
method: POST
path: "/labels"
tags: ["USER API"]
---

# 라벨 생성

`POST /labels`

라벨을 생성합니다.

## Request body

- CreateLabelRequestDto
  - `name` string, required — 라벨명
  - `description` string, nullable — 라벨 설명

## Response `201`

생성된 라벨 정보

- CreateLabelResponseDto
  - `id` string, required — 라벨 ID
  - `name` string, required — 라벨명
  - `description` string, required — 라벨 설명
  - `createdAt` string, date-time, required — 생성 시간
  - `updatedAt` string, date-time, required — 마지막 수정 시간

---

[API](https://skmtc.net/modusign/apis/modusign-api.md) · [All operations](https://skmtc.net/modusign/apis/modusign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modusign/modusign-api/versions/5772e872cbf9/schema)
