List pages for a book
GET/api/v1/books/:book_id/pages
Returns page metadata including dimensions for analyzed books.
Returns an empty array for books that haven't been analyzed yet.
The frontend should use the analyzed field from BookDto to determine
whether to use dynamic spread calculation (when true) or simple static
spreads (when false).
Request
Responses
- 200
- 403
- 404
List of pages with dimensions
Forbidden
Book not found