Podcasts
Create a podcast
Create a podcast. Returns JSON unless otherwise noted.
Authentication
Authorizationbearer tokenRequires podcasts.write — Create and update podcasts, seasons, and episodes.
Body parameters
application/json
titlestringrequiredThe public podcast title.
descriptionstringrequiredA plain-text or HTML show description.
categorystringrequiredThe primary Apple Podcasts category.
showTypeEPISODIC | SERIALrequiredControls episode ordering in compatible podcast clients.
languagestringBCP 47 language code.
explicitbooleanWhether the show contains explicit material.
Responses
201The resource was created400The request is invalid401Authentication is missing or invalid403The token does not have the required scope429Rate limit exceeded