跳转到主要内容
GET
/
publishers
/
validate
Validate if a publisher username is available
curl --request GET \
  --url https://api.comfy.org/publishers/validate
{
  "isAvailable": true
}

Documentation Index

Fetch the complete documentation index at: https://dripart-changelog-0-18-2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

查询参数

username
string
必填

The publisher username to validate.

响应

Username validation result

isAvailable
boolean

True if the username is available, false otherwise.