Skip to content

Get cover images for a book

POST
/api/v1/books/{bookId}/metadata/covers
curl --request POST \
--url http://127.0.0.1:58259/api/v1/books/1/metadata/covers \
--header 'Content-Type: application/json' \
--data '{ "isbn": "example", "title": "example", "author": "example", "coverType": "example" }'

Fetch cover images for a book.

bookId
required
integer format: int64

ID of the book

Media type application/json

Cover fetch request

object
isbn
string
title
string
author
string
coverType
string
Example generated
{
"isbn": "example",
"title": "example",
"author": "example",
"coverType": "example"
}

Cover images returned successfully

Media type text/event-stream
Array