๐Create a Briefing Document 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": "briefing_doc",
"format": "html",
"resources": [
{
"type": "website",
"content": "https://example.com/2026-cloud-security-report"
}
],
"text": "Summarize the report for CISOs. Use sections for market context, top threats, and recommended priorities.",
"language": "en"
}'Try it in code
Last updated