Create a Podcast Episode
Step 1: Create Content Request
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"resources": [
{
"type": "website",
"content": "https://example.com/article-about-ai"
},
{
"type": "youtube",
"content": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
],
"outputType": "audio",
"text": "Create an engaging podcast discussion about AI developments",
"duration": "long"
}'Example Response
Step 2: Poll for Status
While Processing
Step 3: Get Your Audio
Resource Types
Type
Description
Example
Duration Options
Tips for Better Results
Error Handling
What's Next?
Last updated