---
title: "Get all public podcasts"
method: GET
path: "/public/podcasts"
tags: ["Public"]
---

# Get all public podcasts

`GET /public/podcasts`

Publicly retrieve all public podcasts without requiring authentication (transcript excluded for performance)

## Response `200`

Successful response

- object
  - `success` boolean
  - `data` object[]
    - `id` string
    - `categoryId` integer
    - `audioUrl` string
    - `title` string
    - `summary` string
    - `imageUrl` string
    - `quizUrl` string, nullable
    - `infographicUrl` string, nullable
    - `slideDeckUrl` string, nullable
    - `videoExplainerUrl` string, nullable
    - `videoExplainerPosterUrl` string, nullable
    - `fileSize` integer
    - `durationSeconds` integer

## Other responses

- `500` — Internal server error

---

[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)
