Presenter Notes Format

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

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.

Last updated