/
/ComfyUI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 33m ago · Updated 3w ago
assets16
  • headCheck if an asset with the given hash exists
  • getList assets with filtering and pagination
  • postUpload a new asset
  • postCreate an asset reference from an existing hash
  • getGet asset metadata
  • putUpdate asset metadata
  • deleteDelete an asset
  • getDownload asset file content
  • postAdd tags to an asset
  • deleteRemove tags from an asset
  • getList all known tags with counts
  • getGet tag counts for assets matching current filters
  • postTrigger asset scan/seed from filesystem
  • getGet asset scan progress
  • postCancel an in-progress asset scan
  • postMark assets whose backing files no longer exist on disk
extensions3
history3
internal5
model5
node4
prompt2
queue6
settings4
subgraph2
system3
upload2
user2
userdata6
view2
    assets

    Download asset file content

    Returns the binary content of an asset. Supports range requests.

    get/api/assets/{id}/content

    Path parameters

    idstring uuid required

    The asset ID.

    Response

    Asset file content

    Changes