# Jellypod > Jellypod is an AI podcast studio that lets creators, teams, and organizations generate realistic, fully-produced podcasts with AI agents, custom voices, and voice clones, from a script, a URL, a document, or an idea. Jellypod handles the full podcast workflow: writing the script with AI agents that can browse the web and read your sources, generating high-quality multi-speaker audio with cloned or designed voices, producing companion video, and distributing the episode to Apple Podcasts, Spotify, YouTube, RSS, and a hosted podcast website. It is used across education, health and medicine, learning and development, faith and religion, agencies, and small business: teams that turn documents, lectures, sermons, and updates into audio their audience will actually finish, often in dozens of languages. A public REST API at `api.jellypod.com` exposes episodes, podcasts, voices, and asset uploads. ## Features - [Voice Cloning](https://www.jellypod.com/features/voice-cloning): Clone your own voice in minutes for consistent AI hosts. - [AI Hosts](https://www.jellypod.com/features/ai-hosts): Design custom hosts with studio-quality voices, accents, and personalities (up to four per podcast). - [Script Editor](https://www.jellypod.com/features/script-editor): Full text-based script editing with a pronunciation guide. - [Video Podcasts](https://www.jellypod.com/features/video-podcasts): Auto-generated video, audiograms, captioned videos, and AI slides synced to your audio. - [Social Clips](https://www.jellypod.com/features/social-clips): Repurpose episodes into short clips for TikTok, YouTube Shorts, and Reels. - [Music & Audio](https://www.jellypod.com/features/music): Add intro/outro music and background audio. - [File Uploads](https://www.jellypod.com/features/file-uploads): Turn PDFs, slides, notes, and documents into episodes. - [Automations](https://www.jellypod.com/features/automations): Put any podcast on a recurring schedule or trigger new episodes by email. - [Content Scheduling](https://www.jellypod.com/features/content-schedule): Plan and schedule episodes weeks in advance. - [Hosting](https://www.jellypod.com/features/hosting): A hosted website, RSS feed, and embeddable player for every podcast. - [Analytics](https://www.jellypod.com/features/analytics): Per-episode listen analytics with audience demographics and reach. ## Use Cases - [Education](https://www.jellypod.com/use-cases/education): Turn readings and lectures into short episodes students finish. - [Health & Medicine](https://www.jellypod.com/use-cases/health-medicine): Turn medical updates and patient education into multilingual audio. - [Learning & Development](https://www.jellypod.com/use-cases/learning-development): Turn sessions, docs, and leadership talks into audio teams finish on a commute. - [Faith & Religion](https://www.jellypod.com/use-cases/faith-religion): Turn sermons and teachings into daily audio. - [Agencies](https://www.jellypod.com/use-cases/agencies): Produce branded podcasts for clients at scale. - [Small Business](https://www.jellypod.com/use-cases/smb): Launch a branded podcast channel on a small budget. ## Voices & Comparisons - [AI Voice Library](https://www.jellypod.com/ai-voices): Browse the curated library of high-quality AI voices. - [Examples & Workflows](https://www.jellypod.com/workflows): Step-by-step examples for turning documents, webinars, and lectures into episodes. - [Customer Stories](https://www.jellypod.com/customer-stories): How creators and teams use Jellypod. - [Compare](https://www.jellypod.com/compare): Feature comparisons against alternative tools. - [Skills for Claude Code](https://www.jellypod.com/skills): Open-source skills and plugins that extend Claude Code. ## Pricing - [Pricing (markdown)](https://www.jellypod.com/pricing.md): Live plan catalog (Starter, Creator, Business, and Enterprise) with credit allowances, voice limits, video and distribution features, and API access. Sourced from the entitlements catalog so plan availability stays current. - [Pricing (web)](https://www.jellypod.com/pricing): Same content rendered as the customer-facing pricing page. ## Free AI Tools - [AI Podcast Generator](https://www.jellypod.com/tools/ai-podcast-generator): Turn any topic into a full-length AI podcast with script, hosts, and audio. - [PDF to Audio](https://www.jellypod.com/tools/pdf-to-audio): Convert any PDF into natural-sounding audio. - [Podcast Name Generator](https://www.jellypod.com/tools/podcast-name-generator): Generate podcast names with built-in availability checks. - [Podcast Name Checker](https://www.jellypod.com/tools/podcast-name-checker): Check name availability across Apple Podcasts, Spotify, and the .com domain. - [Podcast Cover Art Generator](https://www.jellypod.com/tools/podcast-cover-art-generator): Generate square podcast cover art with AI. - [Podcast Intro Generator](https://www.jellypod.com/tools/podcast-intro-generator): Write and synthesize a 30-second podcast intro. - [YouTube Transcript Extractor](https://www.jellypod.com/tools/youtube-transcript-extractor): Pull a clean, timestamped transcript from any YouTube video. - [Free Virtual Podcast Backgrounds](https://www.jellypod.com/tools/free-virtual-podcast-backgrounds): Studio-style virtual backgrounds for video podcasts. - [Study Guide Generator](https://www.jellypod.com/tools/study-guide-generator): Turn any topic or notes into a study guide. - [Lesson Plan Generator](https://www.jellypod.com/tools/lesson-plan-generator): Generate a ready-to-teach lesson plan. - [Worksheet Generator](https://www.jellypod.com/tools/worksheet-generator): Create a printable worksheet with a matching answer key. - [Rubric Generator](https://www.jellypod.com/tools/rubric-generator): Build a grading rubric with criteria and performance levels. - [Educator Assessment Generator](https://www.jellypod.com/tools/assessment-generator): Auto-generate listening assessments and discussion prompts from an episode. ## Docs - API Reference - [API Reference](/docs/api): Programmatic access to the Jellypod platform. - **Health** - [Health](/docs/api/health/health) - **Account** - [Get the authenticated organization](/docs/api/account/getAccount) - **Analytics** - [Get streaming analytics for an episode](/docs/api/analytics/getEpisodeAnalytics) - [Get streaming analytics for a podcast](/docs/api/analytics/getPodcastAnalytics) - **Episodes** - [List episodes](/docs/api/episodes/listEpisodes) - [Create an empty episode](/docs/api/episodes/createEpisode): Inserts an episode row with only the metadata you provide. No script, audio, or video is generated. Use `POST /v1/episodes/generate` to create an episode and trigger generation in one call. - [Generate a new episode (asynchronous)](/docs/api/episodes/generateEpisode) - [Import script text and generate a new episode (asynchronous)](/docs/api/episodes/importEpisode) - [Get an episode](/docs/api/episodes/getEpisode) - [Update episode fields](/docs/api/episodes/updateEpisode) - [Delete an episode](/docs/api/episodes/deleteEpisode) - [Upload an episode cover image (raw image bytes in body)](/docs/api/episodes/uploadEpisodeImage) - [Publish or schedule an episode](/docs/api/episodes/publishEpisode) - [Unpublish a published or scheduled episode](/docs/api/episodes/unpublishEpisode) - [Get episode timestamps](/docs/api/episodes/getEpisodeTimestamps): Returns timestamps in the requested `format`. Use `format=json` (default) for structured timestamps, `format=srt` for SubRip, or `format=vtt` for WebVTT. - **Hosts** - [List hosts](/docs/api/hosts/listHosts) - [Create a host](/docs/api/hosts/createHost) - [Get a host](/docs/api/hosts/getHost) - [Update a host](/docs/api/hosts/updateHost) - [Delete a host](/docs/api/hosts/deleteHost) - **Podcasts** - [List podcasts](/docs/api/podcasts/listPodcasts) - [Create a podcast](/docs/api/podcasts/createPodcast) - [Generate a podcast and its first episodes from a topic or sources](/docs/api/podcasts/generatePodcast) - [Get a podcast](/docs/api/podcasts/getPodcast) - [Update a podcast](/docs/api/podcasts/updatePodcast) - [Delete a podcast](/docs/api/podcasts/deletePodcast) - [Replace the podcast cover image](/docs/api/podcasts/updatePodcastImage) - **Sources** - [List sources](/docs/api/sources/listSources) - [Create a source from a URL, YouTube link, or text payload](/docs/api/sources/createSource) - [Get a source](/docs/api/sources/getSource) - [Delete a source](/docs/api/sources/deleteSource) - **Voices** - [List voices](/docs/api/voices/listVoices) - [Get a voice](/docs/api/voices/getVoice) - Help Center - [Jellypod 101](/docs/help): Learn how to create AI-powered podcasts with Jellypod. - Getting Started - [What is Jellypod?](/docs/help/getting-started/what-is-jellypod): Turn ideas into polished podcasts with an AI co-producer, no equipment or experience needed. - [Creating Your First Podcast](/docs/help/getting-started/creating-your-first-podcast): Set up a new podcast in minutes using the guided seven-step wizard, from title to final details. - [Creating Your First Episode](/docs/help/getting-started/creating-your-first-episode): Walk through every step from idea to published episode: prompting, outlining, editing, and going live. - [Navigating the Studio](/docs/help/getting-started/navigating-the-studio): A quick tour of the Jellypod studio interface: where everything lives and how to get around. - [Understanding Credits](/docs/help/getting-started/understanding-credits): Learn how credits are consumed when you publish or download episodes, and how to track and top up your balance. - Podcast Agent - [How the Podcast Agent Works](/docs/help/podcast-agent/how-the-podcast-agent-works): Describe what you want to create, and the Podcast Agent handles research, writing, and audio production in minutes. - [Supported Content Types](/docs/help/podcast-agent/supported-content-types): The Podcast Agent supports podcast episodes and podcast series from a single interface. - [Tips for Better Prompts](/docs/help/podcast-agent/tips-for-better-prompts): Small changes to how you prompt the Podcast Agent lead to dramatically better episodes and content. - [Using Web Search](/docs/help/podcast-agent/using-web-search): Give your content real-time depth. Web Search pulls in current data, statistics, and sources automatically. - Sources - [What Are Sources?](/docs/help/sources/what-are-sources): Sources give the Podcast Agent context to work with. The better your sources, the better your content. - [Source Library](/docs/help/sources/source-library): Browse, search, and reuse all your sources from one central place. - [Supported Source Types](/docs/help/sources/supported-source-types): Jellypod accepts websites, YouTube videos, file uploads, and pasted text as sources for your content. - [Podcast vs. Episode Sources](/docs/help/sources/podcast-vs-episode-sources): Podcast-level sources apply to every episode in a series. Episode-level sources are specific to a single episode. - [Managing Sources](/docs/help/sources/managing-sources): Add, monitor, and remove sources from your episodes and podcasts. - [Host Sources](/docs/help/sources/host-sources): Upload examples of how a host writes or speaks so Jellypod can capture their communication style. - Podcasts & Episodes - **Managing Episodes** - [Managing Episodes](/docs/help/podcasts-and-episodes/managing-episodes): Create, edit, organize, and delete episodes across your podcasts. - [Editing Podcast Details](/docs/help/podcasts-and-episodes/editing-podcast-details): Update your podcast's title, description, cover art, and settings at any time after creation. - [Editing Episode Details](/docs/help/podcasts-and-episodes/editing-episode-details): Update an episode's title, description, and cover art from the episode workspace. - [Episode Statuses](/docs/help/podcasts-and-episodes/episode-statuses): Understand what each status badge means for your episode's lifecycle. - [Duplicating Episodes](/docs/help/podcasts-and-episodes/duplicating-episodes): Create a copy of an existing episode to use as a starting point for new content. - [Transferring Episodes Between Podcasts](/docs/help/podcasts-and-episodes/transferring-episodes): Move an episode from one podcast to another without recreating it, keeping all its content, sources, and settings. - [Deleting and Transferring Episodes](/docs/help/podcasts-and-episodes/deleting-episodes): Permanently remove an episode, or move it to a different podcast in your workspace. - [Uploading Your Own Episode](/docs/help/podcasts-and-episodes/uploading-your-own-episode): Already have a recorded episode? Upload your own audio file and publish it directly through Jellypod. - [Magic Podcast Series](/docs/help/podcasts-and-episodes/magic-podcast-series): Plan and create an entire multi-episode podcast from a single conversation. The AI handles the structure, you generate episodes one by one. - [Podcast Automations](/docs/help/podcasts-and-episodes/automations): Generate fresh episodes automatically, on a recurring schedule or by sending an email to your automation's unique address. - **Hosts & Voices** - [Hosts & Voices](/docs/help/podcasts-and-episodes/hosts-and-voices): Build AI hosts with custom voices, cloned voices, and multilingual support. - [Creating a Host](/docs/help/podcasts-and-episodes/creating-a-host): Walk through the host creation wizard to build a new AI host with a name, backstory, voice, and personalized settings. - [Managing Hosts](/docs/help/podcasts-and-episodes/managing-hosts): Edit, delete, and organize your AI hosts from the Hosts page. - [Browsing the Voice Library](/docs/help/podcasts-and-episodes/browsing-the-voice-library): Find the perfect AI voice for your host by searching, previewing, and favoriting voices in the Voice Library. - [Voice Cloning](/docs/help/podcasts-and-episodes/voice-cloning): Create a digital clone of any voice by uploading or recording audio samples during host creation. - [Inviting Guests to Clone Their Voice](/docs/help/podcasts-and-episodes/voice-clone-invites): Email a guest a link to record a voice clone directly in your account, no Jellypod signup required. - [Magic Voice Design](/docs/help/podcasts-and-episodes/magic-voice-design): Let AI analyze your host's backstory to generate a custom voice that matches their personality. - [Importing ElevenLabs Voices](/docs/help/podcasts-and-episodes/importing-elevenlabs-voices): Bring your existing ElevenLabs Professional Voice Clone into Jellypod without starting over. - [Using Accents and Languages](/docs/help/podcasts-and-episodes/using-accents-and-languages): Generate podcast episodes in 70+ languages with native accents using Jellypod's multilingual voice support. - [Pronunciation Guide](/docs/help/podcasts-and-episodes/pronunciation-guide): Add custom pronunciations so your AI hosts say names, brands, and technical terms correctly. - **Script Editor** - [Script Editor](/docs/help/podcasts-and-episodes/script-editor): Edit your episode script, reassign hosts, add music, and fine-tune every line. - [Using the Script Editor](/docs/help/podcasts-and-episodes/using-the-script-editor): The script editor is where you refine your AI-generated episode script: editing text, reassigning hosts, and managing music and pronunciations. - [Editing Speech Blocks](/docs/help/podcasts-and-episodes/editing-speech-blocks): Edit the text in any speech block, change which host is speaking, and adjust the speaking speed for individual blocks. - [Audio Tags](/docs/help/podcasts-and-episodes/audio-tags): Add natural reactions, emotions, and delivery cues to your AI hosts with inline audio tags. - [Regenerating Individual Segments](/docs/help/podcasts-and-episodes/regenerating-individual-segments): Fix a single line without regenerating your entire episode. - [Adding Music](/docs/help/podcasts-and-episodes/adding-music): Add intro, outro, and background music to your episode from the script editor toolbar. - [Inserting Audio Into the Transcript](/docs/help/podcasts-and-episodes/inserting-audio): Drop a recorded clip into your episode transcript, or record one on the spot, without leaving the script editor. - [Importing and Exporting Scripts](/docs/help/podcasts-and-episodes/importing-and-exporting-scripts): Import an existing script into your episode or export the current script as a text file. - [Downloading Transcripts and Captions](/docs/help/podcasts-and-episodes/downloading-transcripts-and-captions): Download your episode script as a text file or export captions as an SRT file for video use. - **Audio & Timeline** - [Audio & Timeline](/docs/help/podcasts-and-episodes/audio-and-timeline): Generate, edit, and export episode audio using the timeline editor. - [Generating Episode Audio](/docs/help/podcasts-and-episodes/generating-episode-audio): Turn your finished script into a fully voiced podcast episode with a single action. - [Using the Timeline Editor](/docs/help/podcasts-and-episodes/using-the-timeline-editor): A track-based audio editor built into Jellypod for precise control over your episode's audio layout. - [Playback Controls](/docs/help/podcasts-and-episodes/playback-controls): All the controls for playing, navigating, and reviewing your episode audio. - **Video & Clips** - [Video & Clips](/docs/help/podcasts-and-episodes/video-and-clips): Turn episodes into videos, social clips, and downloadable media. - [Video Templates](/docs/help/podcasts-and-episodes/video-templates): Jellypod offers five video templates that control how your episode looks as a video, from simple audiograms to AI-generated visual slides. - [Magic Video Slides](/docs/help/podcasts-and-episodes/magic-video-slides): Magic Video generates AI-powered visual slides that match your episode content, with nine slide types and full editing control. - [Aspect Ratios](/docs/help/podcasts-and-episodes/aspect-ratios): Choose from three aspect ratios to optimize your video for YouTube, TikTok, Instagram, and other platforms. - [Creating Clips](/docs/help/podcasts-and-episodes/creating-clips): Create short video clips from published episodes for TikTok, YouTube Shorts, Instagram Reels, and other social platforms. - [Managing Clips](/docs/help/podcasts-and-episodes/managing-clips): View, organize, download, and delete your clips from the clip gallery. - [Downloading Video and Audio](/docs/help/podcasts-and-episodes/downloading-video-and-audio): Download your episode as a video file, audio file, or SRT caption file for use on any platform. - Publishing & Distribution - **Publishing** - [Publishing an Episode](/docs/help/publishing-and-distribution/publishing-an-episode): Go live with one click: your episode is finalized, added to your RSS feed, and available on your podcast website. - [Scheduling Episodes](/docs/help/publishing-and-distribution/scheduling-episodes): Set a future publish date and time so your episode goes live automatically. - [Sharing Episodes](/docs/help/publishing-and-distribution/sharing-episodes): Share your episode across social media, generate a QR code, copy a direct link, or embed the player on your website. - [Unpublishing Episodes](/docs/help/publishing-and-distribution/unpublishing-episodes): Pull a published episode from your RSS feed and website, reverting it to a draft you can edit and republish later. - **RSS & Distribution** - [Your RSS Feed](/docs/help/publishing-and-distribution/your-rss-feed): Every Jellypod podcast automatically gets an RSS feed, the universal format that every podcast directory and app uses. - [RSS Feed Not Updating](/docs/help/publishing-and-distribution/rss-feed-not-updating): If your published episodes aren't showing up on podcast platforms, the issue is almost always the RSS feed URL. - [Distributing to Spotify](/docs/help/publishing-and-distribution/distributing-to-spotify): Submit your RSS feed to Spotify once, and every episode you publish automatically appears on the platform. - [Distributing to Apple Podcasts](/docs/help/publishing-and-distribution/distributing-to-apple-podcasts): Submit your RSS feed to Apple Podcasts Connect once, and every episode you publish automatically appears on the platform. - [Distributing to YouTube](/docs/help/publishing-and-distribution/distributing-to-youtube): Submit your RSS feed to YouTube once, and every episode you publish automatically appears as a podcast on the platform. - **Podcast Website** - [Your Podcast Website](/docs/help/publishing-and-distribution/your-podcast-website): Every podcast you create on Jellypod gets a hosted website automatically: no setup, no code, no waiting. - [Custom Domains](/docs/help/publishing-and-distribution/custom-domains): Connect your own domain so your podcast lives at podcast.yourcompany.com instead of yourshow.jellypod.com. - [Social Links and Branding](/docs/help/publishing-and-distribution/social-links-and-branding): Add social media links to your podcast website and optionally remove Jellypod branding for a fully custom look. - [QR Codes](/docs/help/publishing-and-distribution/qr-codes): Generate a QR code for your podcast website and download it as a PNG for offline sharing. - [Embedding Your Podcast](/docs/help/publishing-and-distribution/embedding-your-podcast): Add a fully-featured podcast player to any website with a single iframe embed code. - **Analytics** - [Analytics](/docs/help/publishing-and-distribution/analytics): Track downloads, video plays, and listener trends across your podcasts. - Teams & Collaboration - [Inviting Team Members](/docs/help/teams-and-collaboration/inviting-team-members): Add new collaborators to your Jellypod workspace by sending email invitations from Team settings. - [Roles and Permissions](/docs/help/teams-and-collaboration/roles-and-permissions): Jellypod has two roles: Admin and Member. Admins manage the workspace; Members focus on creating content. - [Changing Your Team Name](/docs/help/teams-and-collaboration/changing-team-name): Admins can rename the team at any time from the Team settings page. - [SSO Setup](/docs/help/teams-and-collaboration/sso-setup): Enterprise teams can configure Single Sign-On so members authenticate with their existing company credentials. - [Deleting Your Team](/docs/help/teams-and-collaboration/deleting-your-team): Permanently delete your entire team, including all users, podcasts, and data. This action cannot be undone. - Account & Billing - [Plans and Pricing](/docs/help/account-and-billing/plans-and-pricing): Jellypod offers four plans (Starter, Creator, Business, and Enterprise) so you can pick the right level for your needs and scale as you grow. - [Purchasing Credit Top-Ups](/docs/help/account-and-billing/purchasing-credit-top-ups): Buy additional credits without changing your subscription plan. Credits are $10 per 1,000. - [Managing Your Subscription](/docs/help/account-and-billing/managing-your-subscription): View your current plan, credit balance, billing period, and upgrade or downgrade your subscription from Usage & Billing settings. - [Canceling Your Subscription](/docs/help/account-and-billing/canceling-your-subscription): Cancel your Jellypod subscription through the billing settings. Your access continues until the end of the current billing period. - [Viewing Invoices](/docs/help/account-and-billing/viewing-invoices): Access your invoice history, download PDF receipts, and export credit usage data from the Usage & Billing tab. - [Viewing Exports](/docs/help/account-and-billing/viewing-exports): See a complete history of every episode and clip render, with dates and credit costs. - [Profile and Security](/docs/help/account-and-billing/profile-and-security): Manage your personal information, password, two-factor authentication, and active sessions. - [Notification Preferences](/docs/help/account-and-billing/notification-preferences): Choose which emails you receive from Jellypod, or unsubscribe from all marketing emails at once. - [Partner Program](/docs/help/account-and-billing/referral-program): Recommend Jellypod and earn 30% of every payment your referrals make, recurring for a full year. Apply through the Dub partner portal. - [Content Ownership and Rights](/docs/help/account-and-billing/content-ownership-and-rights): You own everything you create on Jellypod: episodes, scripts, audio, and video. - [Deleting Your Account](/docs/help/account-and-billing/deleting-your-account): Permanently delete your account and all associated data. This action is irreversible. - [API](/docs/help/api): Build with the Jellypod API to programmatically create podcasts, manage hosts, and generate episodes. - [MCP Connector](/docs/help/mcp): Connect Claude, ChatGPT, Cursor, Perplexity, and other AI tools to your Jellypod account so your assistant can create, manage, and publish podcasts for you. ## Optional - [Blog](https://www.jellypod.com/blog): Guides and resources for AI podcasting. - [Product Updates](https://www.jellypod.com/product-updates): Latest features and improvements. - [Enterprise](https://www.jellypod.com/enterprise): Talk to the team about enterprise plans. - [Sign Up](https://studio.jellypod.com/signup): Create a Jellypod account. - [Login](https://studio.jellypod.com/login): Sign in to the studio. - [Careers](https://www.jellypod.com/careers): Open roles at Jellypod. - [Privacy Policy](https://www.jellypod.com/privacy-policy): How Jellypod handles your data. - [Terms of Service](https://www.jellypod.com/terms): Terms and conditions for using Jellypod.