๐ฌCreate a Data Table from Deep Research Results
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "datatable",
"researches": [
"RESEARCH_REQUEST_ID"
],
"text": "Convert the research into a ranked table with columns for company, category, evidence, momentum signal, risk, and recommended follow-up."
}'Last updated