Skip to main content
GET
/
api
/
v1
/
transient-books
/
{id}
/
pages
/
{pageNumber}
Get transient book page
curl --request GET \
  --url https://demo.komga.org/api/v1/transient-books/{id}/pages/{pageNumber} \
  --header 'Authorization: Basic <encoded-value>'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required
pageNumber
integer<int32>
required

Response

OK

The response is of type string<byte>.