> 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/explainer-videos/python.md).

# Python

These Python requests match the [explainer video scenario recipes](/quick-start/explainer-videos/explainer-video-examples.md). For broader patterns, browse the [Python quick-start code](/code-samples/language-quickstarts/python.md).

## Recipes

* [🌐 Set Explainer Video Language](/code-samples/explainer-videos/python/set-language.md)
* [🎬 Choose Explainer Video Format](/code-samples/explainer-videos/python/set-duration.md)
* [🎙️ Set Explainer Video Style](/code-samples/explainer-videos/python/set-style.md)
* [🏷️ Guide Titles, Descriptions, and Artwork](/code-samples/explainer-videos/python/set-titles-and-images.md)
* [🏢 Apply Brand Logo with `projectId`](/code-samples/explainer-videos/python/brand-with-project-id.md)
* [🔗 Create from a Website](/code-samples/explainer-videos/python/from-website.md)
* [▶️ Create from a YouTube Video](/code-samples/explainer-videos/python/from-youtube.md)
* [📝 Create from Raw Text](/code-samples/explainer-videos/python/from-text.md)
* [📄 Create from a PDF Upload](/code-samples/explainer-videos/python/from-pdf.md)
* [💡 Create from a Topic Prompt](/code-samples/explainer-videos/python/from-topic.md)
* [📜 Create from a Custom Script](/code-samples/explainer-videos/python/from-custom-script.md)
* [📰 Create from Saved Feeds](/code-samples/explainer-videos/python/from-feeds.md)
* [🔬 Create from Deep Research Results](/code-samples/explainer-videos/python/from-research.md)

Swap in the [cURL quick-start](/quick-start/explainer-videos/explainer-video-examples.md) if you just need the raw HTTP calls.
