Skip to content

Upload cover image for multiple books

POST
/api/v1/books/bulk-upload-cover
curl --request POST \
--url 'http://127.0.0.1:58259/api/v1/books/bulk-upload-cover?bookIds=1' \
--header 'Content-Type: application/json' \
--data '{ "file": "binary" }'

Upload a cover image to apply to multiple books. Requires metadata edit permission or admin.

bookIds
required
Array<integer>
unique items

Comma-separated book IDs

Media type application/json
object
file
required

Cover image file

string format: binary
Example generated
{
"file": "binary"
}

Cover upload started successfully