Create from a Topic Prompt
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "audio",
"topic": "How remote teams can stay productive",
"text": "Focus on tactics for hybrid startups."
}'Try it in code
Last updated