Guide Titles, Descriptions, and Artwork
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": "Explain zero trust security in plain language." }
],
"text": "Aim this at enterprise IT buyers who want a quick overview.",
"title": "Zero Trust Security in 90 Seconds",
"titlePrompt": "Keep it concise and benefits-forward",
"descriptionPrompt": "Close with a CTA to download the whitepaper and mention SOC2 compliance",
"thumbnailImagePrompt": "Isometric cloud shield in teal and navy, minimal text overlay, clean gradients",
"introImagePrompt": "Logo over deep blue gradient with subtle light trails"
}'Try it in code
Last updated