Push Version
Request
Headers
| Header | Required | Description |
|---|---|---|
X-API-Key | Yes | Your API key |
Content-Type | Yes | application/json |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
document_id | string | Yes | The document ID |
Body
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Document title |
blocks | array | Yes | Array of content blocks |
blocks[].type | string | Yes | Block type |
blocks[].content | string | Yes | Block content |
blocks[].metadata | object | No | Block metadata |
content_type | string | No | Default: "markdown" |
metadata | object | No | Document-level metadata |