๐Ÿ“ฐCreate from Saved Feeds

Leverage previously ingested RSS feeds by referencing their numeric IDs.

curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "audio",
    "feeds": [12345, 98765],
    "text": "Summarize the most recent stories with actionable advice."
  }'

Tips

Try it in code

Last updated