Skip to main content
POST
This endpoint creates a new annotation tag for the authenticated user’s organization. It supports:
  • Creating tags with unique names per organization
  • Automatic duplicate detection (prevents creating tags with the same name)

Body

Required

string
required
The name of the annotation tag. Must be unique within the organization.

Response

string
Unique identifier of the created annotation tag (CUID format).
string
Name of the annotation tag.
string
ID of the organization the tag belongs to.
string
ISO 8601 timestamp of when the tag was created.
string
ISO 8601 timestamp of when the tag was last updated.

Error Responses