---
title: "Download podcast show episode audio files as a ZIP archive"
method: GET
path: "/podcast/shows/{podcastId}/episodes/audio-zip"
tags: ["Podcast"]
---

# Download podcast show episode audio files as a ZIP archive

`GET /podcast/shows/{podcastId}/episodes/audio-zip`

Streams a ZIP archive with audio files for the specified podcast show. Only episodes
containing a valid `audioUrl` are included. If no files can be gathered, a 404 is returned.

## Path parameters

- `podcastId` string, required

## Response `200`

ZIP archive containing the show's available episode audio files

## Other responses

- `401` — Unauthorized - valid API token required
- `404` — No downloadable audio files were found for the show
- `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)
