Apply Brand Logo with projectId
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",
"projects": ["YOUR_PROJECT_ID"],
"resources": [
{ "type": "text", "content": "Explain our new platform launch and highlight customer success data." }
],
"text": "Keep this to 90 seconds with a product intro, key proof points, and a closing CTA.",
"titlePrompt": "Short, benefit-led launch teaser"
}'Try it in code
Last updated