create_podcasts_feed
Create a podcast feed for Audiobookshelf by submitting the request payload. Generates an RSS feed for podcast episodes to enable subscription and playback.
Instructions
Get podcast feed.
POST /api/podcasts/feed
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |