Skip to content

Generate custom covers for selected books

POST
/api/v1/books/bulk-generate-custom-covers
curl --request POST \
--url http://127.0.0.1:58259/api/v1/books/bulk-generate-custom-covers \
--header 'Content-Type: application/json' \
--data '{ "bookIds": [ 1 ] }'

Generate custom covers for a list of books. Requires metadata edit permission or admin.

Media type application/json

List of book IDs

object
bookIds
required
Array<integer>
>= 1 items unique items
Example generated
{
"bookIds": [
1
]
}

Custom cover generation started successfully