Skip to content

Stream audiobook audio

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

Stream the audiobook audio file with HTTP Range support for seeking. Uses token query parameter for authentication to support HTML5 audio element.

bookId
required
integer format: int64

ID of the book

bookType
string

Optional book type for alternative format

trackIndex
integer format: int32

Track index for folder-based audiobooks (0-indexed)

Full audio file returned

Partial content returned (range request)

Range not satisfiable