> 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/infographics/from-website.md).

# Create an Infographic from a Website

Pull highlights from a URL and turn them into a branded infographic.

```bash
curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "infographic",
    "resources": [
      { "type": "website", "content": "https://example.com/2024-market-report" }
    ],
    "text": "Summarize the report with three numeric callouts, a comparison chart, and a short takeaway section.",
    "infographicOrientation": "landscape",
    "infographicDetail": "standard"
  }'
```

**Tips**

* Pair a `website` resource with a short `text` brief so the generator knows which angles to emphasize.
* Portrait works best for mobile or email; landscape fits dashboards and slide inserts.
