Create a Slide Deck from a Website
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "slide_deck",
"resources": [
{ "type": "website", "content": "https://example.com/case-study" }
],
"text": "Create a client-ready case study deck with problem, solution, results, and a final CTA slide.",
"duration": "long",
"slideDeckFormat": "detailed"
}'Last updated