Endpoint
/v1/accounts/:accountId/storage/ in the URL path.
Authentication
No authentication required. Files are served publicly by their storage key.Response
Returns the raw file body with the following headers:| Header | Description |
|---|---|
Content-Type | The file’s MIME type |
ETag | Entity tag for caching |
Content-Length | File size in bytes |
404 response (using the standard error envelope) if the file is not found.