Generate thumbnails for series in a scope
POST/api/v1/series/thumbnails/generate
This queues a fan-out task that enqueues individual series thumbnail generation tasks. Series thumbnails are the cover images displayed for each series (derived from the first book's cover).
Scope priority:
- If
series_idsis provided, only those specific series - If
library_idis provided, only series in that library - If neither provided, all series in all libraries
Force behavior:
force: false(default): Only generates thumbnails for series that don't have oneforce: true: Regenerates all thumbnails, replacing existing ones
Permission Required
tasks:write
Request
Responses
- 200
- 403
Series thumbnail generation task queued
Permission denied