Skip to content

Download all book files

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

Download all files for a book as a ZIP archive. For single-file books, downloads the file directly. Requires download permission or admin.

bookId
required
integer format: int64

ID of the book

Files downloaded successfully

Media type */*

Forbidden

Media type */*

Book not found

Media type */*