Create a Podcast from X Feed
Step 1: Create an X Feed
curl -X POST "https://api.autocontentapi.com/feeds" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Tech News from Elon Musk",
"feedTypeId": 1,
"internalId": "elonmusk"
}'Request Parameters
Parameter
Description
Example
Example Response
Step 2: Create Podcast from Feed
Example Response
Step 3: Poll for Status
While Processing
Step 4: Get Your Feed-Based Podcast
Managing Your Feeds
List All Your Feeds
Get Specific Feed Details
Delete a Feed
Advanced: Multiple Feeds
Feed Limitations
Popular X Accounts for Tech Feeds
Username
Description
Error Handling
Feed Creation Errors
Rate Limit Error
Use Cases
What's Next?
Last updated