Create an Infographic 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": "infographic",
"topic": "How electric vehicle charging networks are expanding in cities",
"text": "Keep it friendly for city planners and show two key stats plus one map-style callout.",
"infographicOrientation": "portrait",
"infographicDetail": "standard"
}'Try it in code
Last updated