/
CO
comfy-org
/
ComfyUI API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3w ago
Details
Filter operations
assets
23
head
Check if an asset with the given hash exists
get
List assets with filtering and pagination
post
Upload a new asset
post
Create an asset reference from an existing hash
get
Get asset metadata
put
Update asset metadata
delete
Delete an asset
get
Download asset file content
post
Add tags to an asset
delete
Remove tags from an asset
get
List all known tags with counts
get
Get tag counts for assets matching current filters
post
Trigger asset scan/seed from filesystem
get
Get asset scan progress
post
Cancel an in-progress asset scan
post
Mark assets whose backing files no longer exist on disk
post
Download assets to cloud runtime
post
Export assets as a downloadable archive
get
Download a completed asset export
post
Create asset records from a workflow execution
post
[cloud-only] Import published assets into the caller's library
get
Fetch metadata for a remote asset URL
get
Get related mask layer filenames
auth
11
billing
11
extensions
3
history
5
hub
13
internal
6
model
5
node
6
prompt
3
queue
8
runtime-only
2
settings
9
subgraph
2
system
4
task
2
upload
2
user
5
userdata
8
view
6
workflows
11
workspace
18
assets
Cancel an in-progress asset scan
Requests cancellation of the currently-running asset seed job.
post
/api/assets/seed/cancel
Response
Scan cancelled
object
required
status
string
Changes