For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐Ÿ”ฌCreate a Data Table from Deep Research Results

Reuse completed deep research output as the source for a spreadsheet.

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."
  }'

Tips

  • researches accepts up to 10 completed research IDs.

  • This is useful when you need a spreadsheet handoff after a narrative research workflow.

Last updated