Create from Saved Feeds
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",
"feeds": [12345, 98765],
"text": "Summarize the most recent stories with actionable advice."
}'Try it in code
Last updated