Apply Brand Logo with projectId
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "slide_deck",
"projects": ["YOUR_PROJECT_ID"],
"topic": "Annual security posture update",
"text": "Executive-level slides with KPIs, risks, mitigations, and a closing CTA.",
"duration": "default",
"slideDeckFormat": "detailed"
}'Try it in code
Last updated