# Explainer Video Scenario Examples

Focused `curl` samples for tuning explainer video generation. Each page mirrors the payloads assembled by the app while keeping instructions short and reusable. Video requests use `format` (`explainer`, `brief`, or `cinematic`); if `duration` is sent, it is ignored. Swap `YOUR_API_TOKEN`, URLs, IDs, and text before running.

Prefer language SDKs? Jump to the [code samples](/code-samples/explainer-videos/video-explainer-samples.md) for side-by-side C#, Node.js, Java, PHP, and Python snippets.

## Available Recipes

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

Looking for the end-to-end workflow? Start with the [Create an Explainer Video guide](/quick-start/explainer-videos/create-explainer-video.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.autocontentapi.com/quick-start/explainer-videos/explainer-video-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
