Skip to content

Upload cover image from URL

POST
/api/v1/books/{bookId}/metadata/cover/from-url
curl --request POST \
--url http://127.0.0.1:58259/api/v1/books/1/metadata/cover/from-url \
--header 'Content-Type: application/json' \
--data '{ "additionalProperty": "example" }'

Upload a cover image for a book from a URL. Requires metadata edit permission or admin.

bookId
required
integer format: int64

ID of the book

Media type application/json

URL body

object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}

Cover image uploaded successfully