> 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/documents/document-examples.md).

# Overview

Language-ready snippets for the [document quick-start guides](/quick-start/documents/document-examples.md). Use these to call `/content/Create` with `outputType: "briefing_doc"`, control `format`, and work with the `/documents` retrieval API.

## Available Languages

* [C#](/code-samples/documents/csharp.md)
* [Node.js](/code-samples/documents/nodejs.md)
* [Java](/code-samples/documents/java.md)
* [PHP](/code-samples/documents/php.md)
* [Python](/code-samples/documents/python.md)

Need cURL first? Go back to the [document scenario examples](/quick-start/documents/document-examples.md).

Need a `FILE_ID` first? Follow [Upload Private Files](/quick-start/tools/upload-files.md).
