> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Create document batch

> Create multiple documents/folders in one operation. Useful for scaffolding a project structure. Items are created in order so you can reference earlier…

`create_document_batch`

Create multiple documents/folders in one operation. Useful for scaffolding a project structure. Items are created in order so you can reference earlier items as parents by using a temporary id pattern.

## Parameters

<ParamField path="projectId" type="string" />

<ParamField path="items" type="array<object>" required>
  Array of documents to create.
</ParamField>
