๐กCreate a Data Table 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": "datatable",
"topic": "European AI infrastructure startups",
"text": "Create a comparison table with startup, headquarters, product category, buyer persona, funding stage, and one notable risk."
}'Last updated