---
title: "REST API: Tags"
type: "wiki"
space: "Axero Documentation"
author: "Anonymous User"
created: 2019-12-03T18:56:51Z
updated: 2026-09-07T20:03:29Z
tags: ["API"]
url: "https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/35672/rest-api-tags"
---

# REST API: Tags

[Open API Guide](https://my.axerosolutions.com/spaces/5/axero-documentation/api-guide?id=35672)

Standardize content metadata by programmatically managing tags. Ensure consistent taxonomy across articles, blogs, and files for improved searchability.

## Available Endpoints

| Method | Endpoint | Description |
| :--- | :--- | :--- |
| POST | [Add Tags](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/35563/api)<br>`/api/tags` | Allow user to add tags in content |
| POST | [Create Tag Group](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/110476/api)<br>`/api/taggroups` | Create a tag group. |
| DELETE | [Delete Tag Group](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/110478/api)<br>`/api/taggroups/{groupId}` | Delete a tag group. |
| GET | [Get Tag Groups](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/42740/api)<br>`/api/taggroups/list` | Enables administrators and developers to programmatically retrieve a list of tag groups. The response is the bare list of tag groups, not the response envelope. |
| GET | [Get Tags](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/34646/api)<br>`/api/tags` | Returns a list of tags based on the parameters specified in the URL. List of supported entities: Articles, Blogs, Wikis, Files, Videos, Ideas, Photos, Albums, Forum Topics, Forum Posts. |
| PUT | [Update Tag Group](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/110477/api)<br>`/api/taggroups/{GroupID}` | Rename a tag group. Requires the Manage Metadata permission. |
| PATCH | [Update Tags in the Tag Group](https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/110479/api)<br>`/api/taggroups/{GroupID}/tags` | Add, remove, or replace the tags in a tag group. Requires the Manage Metadata permission. |
