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
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Tag group ID that should own the new tag.
Body parameters
Tag label.
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.401 Unauthorized
401 Unauthorized
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.

