Last modified:2026-08-04 18:44:21
x-codeSamples:[{"lang":"cURL","source":"curl -H 'Range: bytes=0-' /api/v1/library/samudra-manthan/audio --output narration.mp3"}]
Request: slug path param; supports HTTP Range requestsStreams the item's narration audio (MP3) with byte-range support so the client's audio player can stream and seek. Returns 206 Partial Content when a Range header is sent, else 200 with the full file. No auth (current build; premium gating hooks here later).Success: 200 / 206 - audio stream (audio/mpeg), Accept-Ranges: bytes.Errors: 404 - item or audio not found