---
title: "Create note label"
method: POST
path: "/labels/note"
tags: ["Note Labels"]
---

# Create note label

`POST /labels/note`

Create a new note label with a name and color. Note labels are used to categorize notes within the system.

## Request body

- CreateNoteLabelDto
  - `name` string, required
  - `colorHex` string, required

## Response `201`

Note label created successfully. Returns the label ID.

- CreateRecordResponseDto
  - `id` string, required

## Other responses

- `400` — Bad request - missing or invalid required fields
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

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