Skip to main content

GenerateThumbnailsRequest

forceboolean

If true, regenerate all thumbnails even if they exist. If false (default), only generate missing thumbnails.

Example: false
library_idstring,null<uuid>nullable

Library ID to generate thumbnails for (optional)

Example: 550e8400-e29b-41d4-a716-446655440000
series_idstring,null<uuid>nullable

Series ID to generate thumbnails for (optional, takes precedence over library_id)

Example: 550e8400-e29b-41d4-a716-446655440001
GenerateThumbnailsRequest
{
"force": false,
"library_id": "550e8400-e29b-41d4-a716-446655440000",
"series_id": "550e8400-e29b-41d4-a716-446655440001"
}