Fetch a wallpaper image (public, unauthenticated)
GET/content/:id/wallpaper
Streams the wallpaper image bytes. This route carries NO authentication by design: the same URL is fetched by a kiosk WebView CSS background and by the native WallpaperManager, neither of which can present a credential. It serves only content whose metadata.is_wallpaper is true, so it cannot be used to enumerate other content by UUID. Access control is the unguessable UUID plus that flag.
Request
Responses
- 200
- 400
- 404
- 500
Wallpaper image bytes
Invalid content ID
Not a wallpaper, or content not found
Failed to stream image