Create a Slide Deck from a Topic Prompt
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": "Best practices for onboarding remote employees",
"text": "Target startup HR teams with a concise 8-slide plan and one checklist slide.",
"duration": "default",
"slideDeckFormat": "presenter"
}'Try it in code
Last updated