---
title: "Download all podcast episode audio files as a ZIP archive"
method: GET
path: "/podcast/episodes/audio-zip"
tags: ["Podcast"]
---

# Download all podcast episode audio files as a ZIP archive

`GET /podcast/episodes/audio-zip`

Streams a ZIP archive containing audio files for every episode owned by the authenticated user.
Only episodes with a valid `audioUrl` are included in the archive.

## Response `200`

ZIP archive containing all available episode audio files

## Other responses

- `401` — Unauthorized - valid API token required
- `404` — No downloadable audio files were found
- `500` — Internal server error while building the audio archive

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
