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
slideDeckFormatacceptsdetailed(heavier slides) orpresenter(lighter slides + notes).Pair
presenterwithduration: \"short\"for lightning talks, orlongto flesh out full workshops.
Last updated