Skip to Content
GuidesAPI Reference
TagsCreate Tag
POST/api/v1/tags

Create a tag

Creates a new tag in your workspace. Tags can be applied to links for organization and filtering.

Authorization
Authorizationstringheaderrequired

Bearer token. Format: Bearer YOUR_API_KEY

Body
namestringbodyrequired

Tag name. Max 50 characters. Only letters, numbers, spaces, hyphens, and underscores are allowed.

colorstringbodyrequired

Hex color code for the tag. Must be a 6-digit hex value, e.g. #3b82f6.

Last updated on