Skip to main content
POST
Creates a custom tag group and returns the stored TagGroup.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.
string
required
application/json

Body parameters

string
required
Group title.
string
Optional group description.
string
Optional AI-instruction text for the group’s tag selection logic.
boolean
Optional flag controlling whether the group allows multiple tags per conversation.
boolean
Optional flag for output-only groups. If true, this group will not be available in Rulebooks, including intent-based rules, so leave it false for routing or other Rulebook conditions.

Response

Returns the created TagGroup.

Errors

The body is malformed or missing the required title.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope required for this route.
Fini failed while creating the tag group in storage.