๐ฐ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
Use the Create a Podcast Episode from an X Feed guide to collect feed IDs.
Combine feeds with other resource types for broader coverage.
Try it in code
Last updated