cast0 - Turn Text into a Published Podcast
Send text, get a podcast episode.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
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.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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 the podcast's RSS feed and appears in the user's podcast app (Apple Podcasts, Overcast, Pocket Casts, etc.). |
| 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't see it, it's an RSS refresh delay in their app), 'failed' (permanent error, see the error field). |
| list_episodes | List every episode for the podcast, newest first. |