Appearance
Download a book file
GET
/api/library/{id}/download/{fileId}
Streams the ebook file for download, identified by book ID and file ID. Sets Content-Disposition for browser download with the original filename.
Parameters
Path Parameters
id*
Book UUID
Type
Requiredstring
Format
"uuid"fileId*
File UUID
Type
Requiredstring
Format
"uuid"Responses
Ebook file binary stream
GET
/api/library/{id}/download/{fileId}