Skip to content

Stream specific track

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

Stream a specific track from a folder-based audiobook.

bookId
required
integer format: int64

ID of the book

trackIndex
required
integer format: int32

Track index (0-indexed)

bookType
string

Optional book type for alternative format

Full track file returned

Partial content returned (range request)

Range not satisfiable