Skip to main content
POST

Overview

Batch creation allows you to create multiple tag groups in a single API call. Each tag group can include inline tags that are created automatically.
ID Format: All IDs use a namespaced UUIDv7 format: tag_group_{uuidv7}.

Request Body

Array of tag group objects:
string
Optional client-provided ID
string
required
ID of the scope where this tag group is defined
string
required
Display name for the tag group
string
required
Unique key for the tag group within the scope
string
required
Description of the tag group
string
Origin of the tag group. One of: system, user. Default: user
number
Maximum number of tags from this group that can be applied to a single target
boolean
Whether the tag group is locked from modifications
array
Optional array of inline tags to create with the group. Each tag has:
  • id (optional): Client-provided ID
  • identifier (required): Unique identifier within the group
  • label (required): Display label for the tag

Response

Returns an array of created tag group objects.
Each tag group can include a tags array to create tags inline. This allows you to set up complete tag taxonomies in a single request.