Get Thumbnail
Get the thumbnail of an image. This requies Create Thumbnails to be enabled in NINA. Otherwise, use the image endpoint and resize the image. This thumbnail has a width of 256px.
GET
/image/thumbnail/{index}
curl \
--request GET 'http://localhost:1888/v2/api/image/thumbnail/{index}'
Response examples (400)
{
"Response": "string",
"Error": "No thumbnails available",
"StatusCode": 400,
"Success": false,
"Type": "API"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}