> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/huo-qu-zhang-hao-zi-liao/4.-biao-qian-lie-biao.md).

# 4. 标签列表

## 申请

| 模式  | URL                   |
| --- | --------------------- |
| GET | api\_url/get-list-tag |

## 申请示例

| 模式  | URL                                  |
| --- | ------------------------------------ |
| GET | <http://127.0.0.1:5555/get-list-tag> |

## 响应示例

```
[
    {
        "value": 132,
        "label": "tag 1"
    },
    {
        "value": 136,
        "label": "tag 2"
    },
    {
        "value": 137,
        "label": "tag 3"
    },
    {
        "value": 138,
        "label": "tag 4"
    }
]
```
