---
title: "Creates a new semantic tag and adds it to the registry."
method: POST
path: "/tags"
tags: ["tags"]
---

# Creates a new semantic tag and adds it to the registry.

`POST /tags`

## Headers

- `Accept-Language` string

## Request body

- EnrichedSemanticTagDTO

## Response `201`

Created

## Other responses

- `400` — The tag identifier is invalid or the tag label is missing.
- `409` — A tag with the same identifier already exists.

---

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