For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating Tag

Creates new tag.

POST /tags

Creates new tag.

Request Body

Name
Type
Description

*

Object

Object that contains tag information.

content:
            application/json:
              schema:
                $ref: "#/components/schemas/Tag"

Last updated