Skip to content

Get embedded cover art

GET
/api/v1/audiobooks/{bookId}/cover
curl --request GET \
--url http://127.0.0.1:58259/api/v1/audiobooks/1/cover

Extract and return the embedded cover art from the audiobook file. Uses token query parameter for authentication.

bookId
required
integer format: int64

ID of the book

bookType
string

Optional book type for alternative format

Cover art returned successfully

Media type */*
string format: byte

No embedded cover art found

Media type */*
string format: byte