cast0 - Turn Text into a Published Podcast

Send text, get a podcast episode.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data

What it can do

  • Create Episode: Generate a new podcast episode from text. This is the main tool. Returns immediately with status 'queued'; rendering takes roughly few seconds, and the episode then auto-publishes to t
  • Get Episode: Check the status of a single episode by id. Use this for troubleshooting. Status values: 'queued' or 'processing' (still rendering, just wait), 'done' (audio is published; if the user can
  • List Episodes: List every episode for the podcast, newest first.

What data it sees

Do you need an account

An API key from the service settings is required

Send text, get a podcast episode. cast0 converts it to audio using TTS (text-to-podcast), publishes it to an automatically hosted RSS feed, and delivers it to Apple Podcasts, Spotify, Overcast, or any podcast app. Subscribe once, episodes arrive automatically.

Server tool list (3)

Raw names from tools/list. Only developers need these.

create_episodeGenerate a new podcast episode from text. This is the main tool. Returns immediately with status 'queued'; rendering takes roughly few seconds, and the episode then auto-publishes to the podcast's RSS feed and appears in the user's podcast app (Apple Podcasts, Overcast, Pocket Casts, etc.).
get_episodeCheck the status of a single episode by id. Use this for troubleshooting. Status values: 'queued' or 'processing' (still rendering, just wait), 'done' (audio is published; if the user can't see it, it's an RSS refresh delay in their app), 'failed' (permanent error, see the error field).
list_episodesList every episode for the podcast, newest first.