---
title: "Get a single public podcast with full details"
method: GET
path: "/public/podcasts/{id}"
tags: ["Public"]
---

# Get a single public podcast with full details

`GET /public/podcasts/{id}`

Publicly retrieve a single public podcast by ID with full details including transcript

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `success` boolean
  - `data` object
    - `id` string
    - `categoryId` integer
    - `audioUrl` string
    - `title` string
    - `transcript` string
    - `summary` string
    - `imageUrl` string
    - `quizUrl` string, nullable
    - `fileSize` integer
    - `durationSeconds` integer
    - `slug` string

## Other responses

- `400` — Bad Request - Invalid id parameter
- `404` — Podcast not found
- `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)
