跳转到主要内容
GET
列出所有标签

授权

X-API-Key
string
header
必填

API密钥认证。从您的用户设置中生成API密钥 位于https://platform.comfy.org/profile/api-keys。在X-API-Key头中传递密钥。

查询参数

prefix
string

按前缀过滤标签

limit
integer
默认值:100

返回的最大标签数(1-1000)

必填范围: 1 <= x <= 1000
offset
integer
默认值:0

分页跳过的标签数

必填范围: x >= 0
order
enum<string>
默认值:count_desc

标签的排序顺序

可用选项:
count_desc,
name_asc
include_zero
boolean
默认值:false

包含使用次数为零的标签

include_public
boolean
默认值:true

统计标签时是否包含公共/共享资产

响应

标签检索成功

tags
object[]
必填

标签列表

total
integer
必填

标签总数

has_more
boolean
必填

是否还有更多标签