Set Explainer Video Language
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/ai-trends" }
],
"text": "Highlight the three most actionable takeaways.",
"language": "English"
}'Try it in code
Last updated