Skip to main content
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-mintlify-e28287af.mintlify.app/llms.txt

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

Query Parameters

username
string
required

The publisher username to validate.

Response

Username validation result

isAvailable
boolean

True if the username is available, false otherwise.