> 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/set-orientation-and-detail.md).

# Control Orientation and Detail

Tune the layout without changing your source material by setting the infographic orientation and detail level explicitly.

```bash
curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "infographic",
    "topic": "Key milestones in quantum computing",
    "infographicOrientation": "square",
    "infographicDetail": "concise",
    "callbackData": "infographic-layout-test"
  }'
```

**Tips**

* `infographicOrientation` supports `landscape`, `portrait`, and `square` — pick based on where you will embed the graphic.
* `infographicDetail` keeps density in check: start with `standard`, then move to `concise` for social or `detailed` for reports.
* `callbackData` can store your own tracking string for webhook flows.
