> For the complete documentation index, see [llms.txt](https://docs.autocontentapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autocontentapi.com/quick-start/data-tables/from-research.md).

# Create a Data Table from Deep Research Results

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

```bash
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.
