curl --request GET \
--url https://demo.komga.org/api/v1/books/{bookId}/pages/{pageNumber}/raw \
--header 'Authorization: Basic <encoded-value>'"aSDinaTvuI8gbWludGxpZnk="Returns the book page in raw format, without content negotiation.
Required role: PAGE_STREAMING
curl --request GET \
--url https://demo.komga.org/api/v1/books/{bookId}/pages/{pageNumber}/raw \
--header 'Authorization: Basic <encoded-value>'"aSDinaTvuI8gbWludGxpZnk="Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OK
The response is of type string<byte>.