> 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/quick-start/slide-decks/from-website.md).

# Create a Slide Deck from a Website

Feed a URL to build a slide deck that highlights the main stats and takeaways.

```bash
curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "slide_deck",
    "resources": [
      { "type": "website", "content": "https://example.com/case-study" }
    ],
    "text": "Create a client-ready case study deck with problem, solution, results, and a final CTA slide.",
    "duration": "long",
    "slideDeckFormat": "detailed"
  }'
```

**Tips**

* Combine multiple resources (website + PDF + text) to enrich the deck outline.
* Keep `text` focused on the intended audience and call-to-action so the slides stay on-message.
