Skip to content

List pages in a PDF book

GET
/api/v1/pdf/{bookId}/pages
curl --request GET \
--url http://127.0.0.1:58259/api/v1/pdf/1/pages

Retrieve a list of available page numbers for a PDF book.

bookId
required
integer format: int64

ID of the book

bookType
string

Optional book type for alternative format (e.g., PDF, CBX)

Page numbers returned successfully

Media type */*
Array<integer>