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

# Add Data Rows

### Path Parameters

<ParamField path="id" type="string" required>
  Dataset ID
</ParamField>

<ParamField path="document-id" type="string" required>
  Document ID to add rows under
</ParamField>

### Header

<ParamField header="Authorization" type="string" required>
  Baseplate API key. Must be in the format "Bearer \$BASEPLATE\_API\_KEY"
</ParamField>

<ParamField header="Content-Type" type="string">
  Use application/json
</ParamField>

### Body

<ParamField body="rows" type="array" required>
  Array of rows to insert to the dataset. See <Link href="/api-reference/documents/overview">Overview</Link> for example.
</ParamField>
