# Create Tag

Creates a new manual tag.

Endpoint: POST /tag
Version: 1.0.0

## Request fields (application/x-www-form-urlencoded):

  - `name` (string, required)
    Name of the tag
    Example: "mynewtag"

  - `text` (string,null)
    Descriptive text for the tag
    Example: "hello"


