Add a podcast to the index
submit_feedSubmit an RSS feed URL to add a podcast to the public Podcast Index directory. Requires confirmation and write access; returns the existing ID if the feed is already indexed.
Instructions
Add a podcast to Podcast Index by its RSS feed URL. This writes to a public global directory that hundreds of podcast apps read, and there is no way to remove a feed through this API afterwards, so it requires confirm: true. If the feed is already indexed you get its existing id back and nothing changes. Needs an API key with write permission, which Podcast Index grants separately from a normal key; without it the call fails with a message saying so and nothing is submitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true for this to run. It adds a feed to a public directory that many podcast apps read, and this API has no way to remove it afterwards. | |
| feed_url | Yes | The RSS feed URL to add. Must be publicly reachable. | |
| itunes_id | No | The show's iTunes id, if known. Helps the index match this feed to the same show elsewhere. |