Create from Saved Feeds
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "audio",
"feedSelections": [
{
"feedId": 42,
"feedItemIds": ["1876982459012345678", "1876982459012345679"]
}
],
"text": "Summarize the most recent stories with actionable advice."
}'Try it in code
Last updated