/
/Comfy API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
ComfyNodes3
Nodes10
Publishers9
  • getRetrieve all publishers for a given user
  • getRetrieve permissions the user has for a given publisher
  • getValidate if a publisher username is available
  • getRetrieve all publishers
  • postCreate a new publisher
  • getRetrieve a publisher by ID
  • putUpdate a publisher
  • deleteDelete a publisher
  • getRetrieve permissions the user has for a given publisher
Token Management3
Versions7
  • getGet information about the calling user.
  • postReceive artifacts (output files) from the ComfyUI GitHub Action
  • getRetrieve CI data for a given commit
  • getRetrieve a summary of git commits
  • getRetrieve a specific commit by ID
  • getRetrieve all distinct branches for a given repo
  • postBan a publisher
  • postBan a publisher's Node
  • getSecurity Scan
Publishers

Validate if a publisher username is available

Checks if the publisher username is already taken.

get/publishers/validate

Query parameters

usernamestring required

The publisher username to validate.

Response

Username validation result

isAvailableboolean

True if the username is available, false otherwise.

Changes