Presenter Notes Format
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"
}'Last updated