---
title: "Create a new tag"
method: POST
path: "/tags"
tags: ["Tags"]
---

# Create a new tag

`POST /tags`

Create a new tag if not already existing.

## Request body

- string

## Response `200`

OK

- Tag
  - `id` number, double
  - `text` string

---

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