> For the complete documentation index, see [llms.txt](https://docs.autocontentapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autocontentapi.com/code-samples/podcasts/nodejs.md).

# Node.js

Run these Node.js snippets to mirror the [podcast scenario recipes](/quick-start/podcasts/podcast-examples.md). Need broader usage tips? See the [Node.js guide](https://github.com/miguelpieras/autocontentapi-docs/blob/main/code-samples/nodejs.md).

## Recipes

* [🌐 Set Podcast Language](/code-samples/podcasts/nodejs/set-language.md)
* [⏱️ Set Podcast Duration](/code-samples/podcasts/nodejs/set-duration.md)
* [🎙️ Set Podcast Style](/code-samples/podcasts/nodejs/set-style.md)
* [🎤 Use One Custom Voice](/code-samples/podcasts/nodejs/single-custom-voice.md)
* [🔗 Create from a Website](/code-samples/podcasts/nodejs/from-website.md)
* [▶️ Create from a YouTube Video](/code-samples/podcasts/nodejs/from-youtube.md)
* [📝 Create from Raw Text](/code-samples/podcasts/nodejs/from-text.md)
* [📄 Create from a PDF Upload](/code-samples/podcasts/nodejs/from-pdf.md)
* [💡 Create from a Topic Prompt](/code-samples/podcasts/nodejs/from-topic.md)
* [📜 Create from a Custom Script](/code-samples/podcasts/nodejs/from-custom-script.md)
* [📰 Create from Saved Feeds](/code-samples/podcasts/nodejs/from-feeds.md)
* [🔬 Create from Deep Research Results](/code-samples/podcasts/nodejs/from-research.md)

Prefer cURL instead? Jump back to the [quick-start sample](/quick-start/podcasts/podcast-examples.md).
