Set Explainer Video Style
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "accept: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "video",
"resources": [
{ "type": "text", "content": "The latest product launch generated strong community feedback..." }
],
"text": "Turn this update into an engaging explainer intro.",
"style": "whiteboard"
}'Try it in code
Last updated