Tags
Create tag
Create a tag inside one tag group.
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/jsonPath 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 createdTag.
Current controller behavior: unknown tag group IDs currently surface as
500 Internal Server Error on this public route.Errors
400 Bad Request
400 Bad Request
The body is malformed or missing the required
tagName.403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading the group or creating the tag.

