Create from a Website
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "accept: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "video",
"resources": [
{ "type": "website", "content": "https://example.com/market-report" }
],
"text": "Explain the long-term implications for small business owners."
}'Try it in code
Last updated