Check if asset exists by hash
asset
Check if asset exists by hash
Checks if content with the given hash exists in cloud storage.
Returns 200 if the content exists, 404 if it doesn’t.
Useful for checking availability before using /api/assets/from-hash.
HEAD
Check if asset exists by hash
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.
Authorizations
API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.
Path Parameters
Blake3 hash of the asset in format 'blake3:hex_digest'
Pattern:
^blake3:[a-f0-9]{64}$Example:
"blake3:a1b2c3d4e5f6789012345678901234567890123456789012345678901234"
Response
Asset exists