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
인증
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.
경로 매개변수
Blake3 hash of the asset in format 'blake3:hex_digest'
Pattern:
^blake3:[a-f0-9]{64}$예시:
"blake3:a1b2c3d4e5f6789012345678901234567890123456789012345678901234"
응답
Asset exists