> 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/code-samples/data-tables/data-table-examples.md).

# Overview

These samples create data table requests with `outputType: "datatable"`. Save the returned `request_id`, poll `/content/Status/{id}`, then download the spreadsheet from `/data-tables/{id}/download`.

* [Node.js](/code-samples/data-tables/from-text-1.md)
* [Python](/code-samples/data-tables/from-text-4.md)
* [C#](/code-samples/data-tables/from-text.md)
* [Java](/code-samples/data-tables/from-text-2.md)
* [PHP](/code-samples/data-tables/from-text-3.md)
