Create a new tag.
POST/tags
Creates a new tag for categorizing images. The tag will be created with "Pending" review status and must be approved by a moderator.
If no slug is provided, one will be automatically generated from the name.
Request
Responses
- 201
- 400
- 401
- 403
- 409
Tag created successfully.
Invalid tag data.
Authentication required.
Insufficient permissions (role restriction configured by API administrator).
A tag with this name or slug already exists.