Skip to content

Get file from EPUB

GET
/api/v1/epub/{bookId}/file/{filePath}
curl --request GET \
--url http://127.0.0.1:58259/api/v1/epub/1/file/example

Retrieve a specific file from within the EPUB archive (HTML, CSS, images, fonts, etc.).

bookId
required
integer format: int64

ID of the book

filePath
required
string
bookType
string

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

File content returned successfully