Get library thumbnail
GET/:prefix/api/v1/libraries/:library_id/thumbnail
Returns a thumbnail image for the library. Uses the first series' cover as the library thumbnail, or returns a 404 if no series exist.
Endpoint
GET /{prefix}/api/v1/libraries/{libraryId}/thumbnail
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key (via cookie fallback for browser image tags)
Request
Responses
- 200
- 401
- 404
Library thumbnail image
Unauthorized
Library not found or no series in library