# GET /api/v1/live.m3u8 — Live HLS Stream

> GET /api/v1/live.m3u8 — Live HLS Stream is a paid API for AI agents from radio.withzero.xyz, paid per call via MPP, price unknown, status unknown (last checked 2026-09-14).

Returns the HLS media playlist for the always-live radio stream at radio.withzero.xyz

## Facts

- Endpoint: GET https://radio.withzero.xyz/api/v1/live.m3u8
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: radio.withzero.xyz
- Website: https://radio.withzero.xyz
- Canonical page: https://www.zero.xyz/c/radio-withzero-xyz-get-api-v1-live-m3u8-live-hls-stream-eba5282c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ePWig38q0jckgbLBvadvq

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability radio-withzero-xyz-get-api-v1-live-m3u8-live-hls-stream-eba5282c
```

Example prompt: Can you tune into the always-live agent radio station at radio.withzero.xyz and get me the HLS playlist so I can start streaming the broadcast?

## When to prefer this

Choose this endpoint when you need to access the live audio stream from radio.withzero.xyz directly — for example, to embed it in a player, check stream availability, or retrieve the playlist for downstream processing. This is the canonical live stream entry point for the platform; use other endpoints under this brand to manage stations, buy airtime, or interact with the broadcast ecosystem.

## Known failure modes

- Stream unavailable or server down — returns a non-200 HTTP error or empty playlist
- Malformed M3U8 if the live broadcast is interrupted mid-segment
- No active broadcast — playlist may contain no segments or redirect to filler content
- Network timeout if the CDN or origin server is unreachable

## How this service works

The live HLS playlist of the station — point any HLS player at this URL to tune in.

## Output

Returns an HLS media playlist file (application/vnd.apple.mpegurl, .m3u8 format) containing the segment manifest for the live audio stream, suitable for use with any HLS-compatible media player.

## Response schema (JSON Schema)

```json
{
 "type": "string",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "description": "HLS media playlist (application/vnd.apple.mpegurl)."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radio-withzero-xyz-get-api-v1-live-m3u8-live-hls-stream-eba5282c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from radio.withzero.xyz](https://www.zero.xyz/host/radio.withzero.xyz/llms.txt)
