Get a page thumbnail
GET/:prefix/api/v1/books/:book_id/pages/:page_number/thumbnail
Returns a thumbnail version of the requested page. Thumbnails are resized to max 300px width/height while maintaining aspect ratio.
Endpoint
GET /{prefix}/api/v1/books/{bookId}/pages/{pageNumber}/thumbnail
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key (via cookie fallback for browser image tags)
Response
Returns a JPEG thumbnail with appropriate caching headers.
Request
Responses
- 200
- 401
- 404
Page thumbnail image
Unauthorized
Book or page not found