메인 콘텐츠로 건너뛰기
GET
Get tag histogram for filtered assets

인증

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.

쿼리 매개변수

include_tags
string[]

Filter assets that have ALL of these tags

exclude_tags
string[]

Exclude assets that have ANY of these tags

name_contains
string

Filter assets where name contains this substring (case-insensitive)

metadata_filter
string

JSON object for filtering by metadata fields

limit
integer
기본값:100

Maximum number of tags to return (1-1000, default 100)

필수 범위: 1 <= x <= 1000
include_public
boolean
기본값:true

Whether to include public/shared assets in results

응답

Success - Tag histogram returned

tag_counts
object
필수

Map of tag names to their occurrence counts on matching assets

예시: