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.
iNote
No auth required — this endpoint is public and needs no Authorization header.Path parameters
| Name | In | Type | Description |
|---|---|---|---|
| rootrequired | path | string | The keccak256 Merkle root (content id) of the stored file. |
Headers
| Name | In | Type | Description |
|---|---|---|---|
| If-None-Match | header | string | Send the strong ETag (the root) to receive 304 when unchanged. |
Errors
| Code | Meaning |
|---|---|
| 404 | Unknown root, or no provider returned verified bytes. |
cURL
curl https://gateway.kepto.xyz/api/v1/content/<root>200
Verified raw bytes.
application/octet-stream