Create an Infographic from Text
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "infographic",
"resources": [
{ "type": "text", "content": "Three key takeaways about electric vehicle adoption and charging growth." }
],
"text": "Create a single-page infographic with bold section headers, a concise stat block, and one chart-ready callout.",
"infographicOrientation": "portrait",
"infographicDetail": "detailed"
}'Last updated