# Notes:documents

**Page:** api/notes-documents

[Download Raw Markdown](./api/notes-documents.md)

---

## API Endpoints Summary

- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/export-ticket` — Create secure HTML export ticket
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/document` — Get document content
- **PUT** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/document` — Create or replace document
- **PATCH** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/document` — Merge document content
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/blocks/{blockId}/svg` — Export drawing block as SVG

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```