Control Orientation and Detail
Tune the layout without changing your source material by setting the infographic orientation and detail level explicitly.
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "infographic",
"topic": "Key milestones in quantum computing",
"infographicOrientation": "square",
"infographicDetail": "concise",
"callbackData": "infographic-layout-test"
}'Tips
infographicOrientationsupportslandscape,portrait, andsquareโ pick based on where you will embed the graphic.infographicDetailkeeps density in check: start withstandard, then move toconcisefor social ordetailedfor reports.callbackDatacan store your own tracking string for webhook flows.
Last updated