Skip to main content
POST
Create keyword tag

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for creating a new keyword tag.

name
string
required

Display name for the tag.

Required string length: 1 - 100
color
string
default:#6B7280

Hex color for the tag chip UI (e.g., '#6B7280').

Maximum string length: 7

Response

Successful Response

success
boolean
default:true
data
TagResponse · object | null

A keyword tag record.