Episodes
Create an episode
Create an episode. Returns JSON unless otherwise noted.
Authentication
Authorizationbearer tokenRequires podcasts.write — Create and update podcasts, seasons, and episodes.
Path parameters
podcastIdstringrequiredThe podcast identifier.
Body parameters
application/json
titlestringrequiredThe public episode title.
typeFULL | TRAILER | BONUSrequiredThe episode type exposed in the podcast feed.
descriptionstringA plain-text or HTML episode description.
seasonIdstringThe season this episode belongs to.
episodeNumberintegerEpisode number within the season.
explicitbooleanWhether the episode contains explicit material.
Responses
201The resource was created400The request is invalid401Authentication is missing or invalid403The token does not have the required scope429Rate limit exceeded