๐Create a Briefing Document from Text
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": "text",
"resources": [
{
"type": "text",
"content": "Q1 board memo: revenue growth slowed to 11%, enterprise expansion remains strongest, sales cycles increased by 18 days, and churn improved by 0.7 points."
}
],
"text": "Create an executive briefing with summary, risks, and action items.",
"language": "en"
}'Try it in code
Last updated