Get book cover image
get_book_coverObtain a book's cover image using its ID. Choose between thumbnail and full-size versions.
Instructions
Get a book's cover image bytes (returned as an image, not text). Use size 'thumbnail' for a small image or 'full' for the full-size cover. Errors if the book has no cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Image size (default 'full'). | |
| bookId | Yes | The book's id (from search_books). |