assets
Check if an asset with the given hash exists
Returns 204 if an asset with the given content hash already exists, 404 otherwise. Used by clients to deduplicate uploads before transferring bytes.
head/api/assets/hash/{hash}
Path parameters
hashstring required
Blake3 hash of the asset (e.g. blake3:abc123...)
Response
Asset exists