> 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/set-presenter-format.md).

# Presenter Notes Format

Switch to the presenter-focused layout when you want lean slides backed by richer notes.

```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",
    "topic": "Migrating a monolith to microservices",
    "text": "Keep slides minimal with talking points in presenter notes. Close with a checklist.",
    "duration": "short",
    "slideDeckFormat": "presenter"
  }'
```

**Tips**

* `slideDeckFormat` accepts `detailed` (heavier slides) or `presenter` (lighter slides + notes).
* Pair `presenter` with `duration: \"short\"` for lightning talks, or `long` to flesh out full workshops.
