๐Set Document Format and Language
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "briefing_doc",
"topic": "State of AI procurement in healthcare",
"text": "Keep it suitable for hospital executives and procurement teams.",
"format": "html",
"language": "es"
}'Format Behavior
Tips
Try it in code
Last updated