Create from a Custom Script
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",
"text": "SPEAKER_00: Welcome back!\nSPEAKER_01: Today we dig into productivity hacks..."
}'Try it in code
Last updated