Last modified:2026-08-04 18:44:21
x-codeSamples:[{"lang":"cURL","source":"curl -H 'Range: bytes=0-' /api/v1/mantras/gayatri-mantra/audio --output chant.mp3"}]
Request: slug path param; supports HTTP Range requestsStreams the mantra's authentic chanting audio (MP3) with byte-range support so the client can stream and seek. Returns 206 Partial Content for a Range request, else 200. No auth (current build; premium gating later).Success: 200 / 206 - audio stream (audio/mpeg), Accept-Ranges: bytes.Errors: 404 - mantra or audio not found