Skip to content

Download book file

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

Download the book file by its ID. Optionally specify a fileId to download a specific format.

bookId
required
integer format: int64

ID of the book to download

fileId
integer format: int64

Optional ID of a specific file format to download

Book file downloaded successfully

Media type */*

Book not found

Media type */*