# API Documentation

Welcome to the AutoContent API documentation! Generate AI-powered podcasts, videos, and more with our comprehensive API.

## 🚀 Quick Start Guides

Get started with AutoContent API in minutes! Choose from these step-by-step guides:

### [🎧 Create a Podcast Episode](https://docs.autocontentapi.com/quick-start/podcasts/create-podcast-episode)

Generate your first AI-powered podcast episode from web resources, YouTube videos, or text content. Perfect for beginners!

### [🐦 Create a Podcast from X Feed](https://docs.autocontentapi.com/quick-start/podcasts/create-feed-podcast)

Set up feeds from X (Twitter) accounts and automatically generate podcasts from the latest posts. Great for news and social media content.

### [🔬 Create a Research-Based Podcast](https://docs.autocontentapi.com/quick-start/deep-researches/create-research-podcast)

Perform deep research on any topic and generate comprehensive, in-depth podcast episodes from your findings.

### [🎬 Create an Explainer Video](https://docs.autocontentapi.com/quick-start/explainer-videos/create-explainer-video)

Turn research links, PDFs, or scripts into narrated motion graphics using `outputType: "video"` and optional branding prompts.

### [🖼️ Create an Infographic](https://docs.autocontentapi.com/quick-start/infographics/from-text)

Generate visual one-pagers from text or URLs with `outputType: "infographic"` and control orientation and detail.

### [🧪 Create a Quiz](https://docs.autocontentapi.com/quick-start/quizzes/from-text)

Generate quizzes with `outputType: "quiz"` and set the difficulty level for question depth.

### [🗂️ Create a Slide Deck](https://docs.autocontentapi.com/quick-start/slide-decks/from-text)

Build decks from text with `outputType: "slide_deck"` and pick `slideDeckFormat` (`detailed` or `presenter`).

### [📄 Create a Briefing Document](https://docs.autocontentapi.com/quick-start/documents/create-document)

Generate NotebookLM-style briefings from websites, PDFs, or internal notes and choose `pdf`, `html`, or `text` output.

### [🎬 Create a Video Short](https://docs.autocontentapi.com/quick-start/video-shorts/create-video-short)

Generate AI-powered video shorts with talking avatars from text content, perfect for social media and educational content.

### [🔍 Start Deep Research](https://docs.autocontentapi.com/quick-start/deep-researches/start-deep-research)

Kick off long-form research you can reuse across podcasts, decks, and infographics.

### [🧩 Create a Project (Brand Assets)](https://docs.autocontentapi.com/quick-start/tools/create-project)

Store logos and brand colors once, then reuse them across videos, infographics, quizzes, and slide decks.

### [📝 Transcribe Audio](https://docs.autocontentapi.com/quick-start/tools/transcribe-audio)

Turn uploaded audio, hosted files, or existing episodes into reusable transcripts for downstream workflows.

### [📤 Upload Private Files](https://docs.autocontentapi.com/quick-start/tools/upload-files)

Upload private PDFs and other source files to `/files`, then reuse the returned file IDs in document workflows.

### [🧭 Track Requests & Status Codes](https://docs.autocontentapi.com/quick-start/tools/track-requests)

Understand `request_id` vs `requestId`, poll `/content/Status/{id}`, and handle shared async job patterns cleanly.

### [💻 Explore Language Code Samples](https://docs.autocontentapi.com/code-samples)

Copy-paste requests for C#, Node.js, Java, PHP, and Python across every content type.

***


---

# 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/readme.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.
