curl --request GET \
--url https://demo.komga.org/api/v1/books/{bookId}/pages/{pageNumber}/thumbnail \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}The image is resized to 300px on the largest dimension.
curl --request GET \
--url https://demo.komga.org/api/v1/books/{bookId}/pages/{pageNumber}/thumbnail \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Bad Request
Show child attributes