๐กCreate a Briefing Document 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": "briefing_doc",
"format": "pdf",
"topic": "How European AI regulation is affecting enterprise software vendors",
"text": "Write for GTM and product leaders. Include key policy shifts, business implications, and next-step recommendations.",
"language": "en"
}'Try it in code
Last updated