latestOpenAPI 3.0.3GNU General Public License v3.0raw.githubusercontent.com2026-08-137961230.0 KB
da017caf56f1
file
Check if asset exists by hash
Checks if an asset exists in the system by its blake3 hash. Returns 200 if the asset exists, 404 if it doesn't.
head/api/assets/hash/{hash}
Path parameters
hashstring required
Example:blake3:a1b2c3d4e5f67890123456789012345678901234567890123456789012345678
Blake3 hash of the asset in format 'blake3:hex_digest'
Response
Asset exists