---
title: "Get public podcasts by category"
method: GET
path: "/public/podcasts/category/{categoryId}"
tags: ["Public"]
---

# Get public podcasts by category

`GET /public/podcasts/category/{categoryId}`

Publicly retrieve public podcasts filtered by category ID without requiring authentication (transcript excluded for performance)

## Path parameters

- `categoryId` integer, required

## 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

- `400` — Bad Request - Invalid categoryId parameter
- `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)
