Skip to main content
POST
Creates a Tag inside one tag group.
Supported contract: create tags inside workspace-owned custom groups. For group-level routes, see Tag groups.

Headers

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

Path parameters

string
required
Tag group ID that should own the new tag.

Body parameters

string
required
Tag label.
string
Optional tag description or instruction text.

Response

Returns the created Tag.
Current controller behavior: unknown tag group IDs currently surface as 500 Internal Server Error on this public route.

Errors

The body is malformed or missing the required tagName.
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 loading the group or creating the tag.