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": "infographic",
"projects": ["YOUR_PROJECT_ID"],
"topic": "Key AI safety principles for enterprise teams",
"text": "Keep it board-friendly with three headline callouts, a stat block, and a footer CTA.",
"infographicOrientation": "portrait",
"infographicDetail": "standard"
}'Try it in code
Last updated