A podcast feed you host.
A podcast feed you host on Fountain, the editable record behind a public Show. Editing a feed is how you edit the show listeners see. To publish, a feed needs title, author, description, image and at least one category.
idstringrequiredHosting ID, used everywhere in this API.
fountain_idstringoptionalPublic Fountain Show ID; absent until the feed is published. Read-only.
titlestringoptionalFeed title.
authorstringoptionalFeed author.
descriptionstringoptionalFeed description.
The categories the feed is listed under, e.g. Technology. Max 3.
explicitbooleanrequiredWhether the feed is marked explicit.
display_emailbooleanrequiredWhether the owner email is shown publicly in the feed.
linksstring[]requiredAssociated links, each a URL.
imagestringoptionalCover artwork URL.
vocabularystring[]requiredCustom terms that bias the AI transcriber, e.g. proper nouns. ≤224-token capacity.
rss_urlstringrequiredThe public RSS feed URL.
updatedstringrequiredISO-8601 timestamp of the last update.
{
"id": "a1b2c3d4",
"fountain_id": "show:id:def456",
"title": "Citadel Dispatch",
"author": "ODELL",
"description": "Freedom tech and Bitcoin, live and unedited.",
"categories": [
"Technology",
"News"
],
"explicit": false,
"display_email": false,
"links": [
"https://citadeldispatch.com"
],
"image": "https://media.fountain.fm/shows/a1b2c3d4/cover.jpg",
"vocabulary": [
"Nostr",
"sats"
],
"rss_url": "https://feeds.fountain.fm/a1b2c3d4",
"updated": "2026-02-18T22:03:53.467Z"
}