latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Podcast
Get all podcast shows for automated management
Retrieves all podcast shows with their RSS URLs for platform distribution. Each show includes its RSS feed URL for easy platform integration. Supports optional pagination.
get/podcast/shows
Query parameters
pageinteger
Page number for pagination (starts at 1). If not provided, returns all results.
limitinteger
Number of items per page (max 100, default 50 if page is specified)
Response
List of podcast shows with RSS URLs for platform submission
Example response
[
{
"rssUrl": "https://autocontentapi.com/podcast/rss/abc123"
}
]