Skip to content
UFW.

Episodes

Create an episode

Create an episode. Returns JSON unless otherwise noted.

Authentication

Authorizationbearer token

Requires podcasts.write Create and update podcasts, seasons, and episodes.

Path parameters

podcastIdstringrequired

The podcast identifier.

Body parameters

application/json

titlestringrequired

The public episode title.

typeFULL | TRAILER | BONUSrequired

The episode type exposed in the podcast feed.

descriptionstring

A plain-text or HTML episode description.

seasonIdstring

The season this episode belongs to.

episodeNumberinteger

Episode number within the season.

explicitboolean

Whether the episode contains explicit material.

Responses

201The resource was created
400The request is invalid
401Authentication is missing or invalid
403The token does not have the required scope
429Rate limit exceeded