Get the raw file content of an asset by its ID.
GET/assets/file
Returns the file bytes with a Content-Type header inferred from
the file extension. Unknown extensions fall back to
application/octet-stream.
Request
Responses
- 200
- 400
- 404
- 500
Raw file content
Missing id parameter
Asset not found or file missing
IO error