Skip to content

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
string
Required
Format
"uuid"
fileId*

File UUID

Type
string
Required
Format
"uuid"

Responses

Ebook file binary stream

Samples