Content

Retrieve verified bytes by content address (API alias)

Public: no authentication required. Identical to GET /content/{root}; provided so API consumers can stay under the /api/v1 prefix.

GET/api/v1/content/{root}Try it
iNote
No auth required — this endpoint is public and needs no Authorization header.

Path parameters

NameInTypeDescription
rootrequiredpathstringThe keccak256 Merkle root (content id) of the stored file.

Headers

NameInTypeDescription
If-None-MatchheaderstringSend the strong ETag (the root) to receive 304 when unchanged.

Errors

CodeMeaning
404Unknown root, or no provider returned verified bytes.
cURL
curl https://gateway.kepto.xyz/api/v1/content/<root>
200

Verified raw bytes.

application/octet-stream