Skip to main content
POST
Create a tag category

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Category name (e.g. "Billing", "Product Area")

Minimum string length: 1
description
string
required

What this category groups together (used to guide AI tagging)

Minimum string length: 1

Response

Default Response

id
string<uuid>
required

The category id

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
org_id
string
required

The organization this category belongs to

name
string
required

The category name (unique per org)

description
string
required

What this category groups together

created_at
string<date-time>
required
updated_at
string<date-time>
required