메인 콘텐츠로 건너뛰기
GET
List all tags

인증

X-API-Key
string
header
필수

API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.

쿼리 매개변수

prefix
string

Filter tags by prefix

limit
integer
기본값:100

Maximum number of tags to return (1-1000)

필수 범위: 1 <= x <= 1000
offset
integer
기본값:0

Number of tags to skip for pagination

필수 범위: x >= 0
order
enum<string>
기본값:count_desc

Sort order for tags

사용 가능한 옵션:
count_desc,
name_asc
include_zero
boolean
기본값:false

Include tags with zero usage count

include_public
boolean
기본값:true

Whether to include public/shared assets when counting tags

응답

Tags retrieved successfully

tags
object[]
필수

List of tags

total
integer
필수

Total number of tags

has_more
boolean
필수

Whether more tags are available