Get Media
GET/api/items/getmedia/:path
Tier: Public — stable, supported for third-party integration.
Serves the binary content of a media file by its signed, relative path.
This endpoint has no authorization attribute — it is anonymous by design, so that signed thumbnail/media URLs embedded in DTOs can be loaded directly (e.g. by an <img> tag) without an Authorization header.
Request
Responses
- 200
- 400
The file content stream.
The path is unknown or the signed URL has expired.