GenerateBookThumbnailsRequest
Request body for batch book thumbnail generation
bookIdsstring<uuid>[]nullable
Optional: specific book IDs to generate thumbnails for (takes precedence over all other scopes)
forceboolean
If true, regenerate all thumbnails even if they exist. If false (default), only generate missing thumbnails.
Example:
falselibraryIdstring,null<uuid>nullable
Optional: scope to a specific library
Example:
550e8400-e29b-41d4-a716-446655440000seriesIdstring,null<uuid>nullable
Optional: scope to a specific series (within library if both provided)
Example:
550e8400-e29b-41d4-a716-446655440001seriesIdsstring<uuid>[]nullable
Optional: specific series IDs to generate thumbnails for books within (takes precedence over series_id and library_id)
GenerateBookThumbnailsRequest
{
"bookIds": "Unknown Type: array,null",
"force": false,
"libraryId": "550e8400-e29b-41d4-a716-446655440000",
"seriesId": "550e8400-e29b-41d4-a716-446655440001",
"seriesIds": "Unknown Type: array,null"
}