Skip to content

Get book content

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

Retrieve the binary content of a book for reading. Supports HTTP Range requests for partial content streaming.

bookId
required
integer format: int64

ID of the book

bookType
string

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

Full book content returned

Media type */*
string format: binary

Partial content returned for Range request

Media type */*
string format: binary