> 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/csharp.md).

# C\#

Use these .NET samples to recreate the [podcast scenario recipes](/quick-start/podcasts/podcast-examples.md). Check the [C# setup guide](https://github.com/miguelpieras/autocontentapi-docs/blob/main/code-samples/csharp.md) for HttpClient tips and authentication helpers.

## Recipes

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

Need raw HTTP? Compare with the [quick-start](/quick-start/podcasts/podcast-examples.md).
