---
title: "POST /api/notebooks/{notebook}/create-note"
method: POST
path: "/api/notebooks/{notebook}/create-note"
tags: ["notebook-controller"]
---

# POST /api/notebooks/{notebook}/create-note

`POST /api/notebooks/{notebook}/create-note`

## Path parameters

- `notebook` integer, required

## Request body

- NoteCreationDTO
  - `newTitle` string, required
  - `referenceHandling` 'UPDATE_VISIBLE_TEXT' | 'KEEP_VISIBLE_TEXT'
  - `folderId` integer
  - `content` string

## Response `200`

OK

## Changes

- **2026-07-22** `13f77438750e` — 4 warning, 4 info
  - removed the optional property `ancestorFolders/items/indexContent` from the response with the `200` status
  - removed the optional property `indexNoteContent` from the response with the `200` status
  - removed the optional property `notebookRealm/indexContent` from the response with the `200` status
  - removed the optional property `notebookRealm/notebook/indexContent` from the response with the `200` status
  - …4 more
- **2026-05-12** `449d014829c1` — 1 info
  - added the new optional request property `referenceHandling`
- **2026-05-12** `e6b2584639c6` — 2 info
  - added the required property `wikiTitles/items/displayText` to the response with the `200` status
  - added the required property `wikiTitles/items/targetToken` to the response with the `200` status
- **2026-05-12** `5c61e52feed2` — 1 warning
  - removed the optional property `notebookRealm/indexNoteId` from the response with the `200` status
- **2026-05-12** `de5624b4a98c` — 3 info
  - added the optional property `ancestorFolders/items/indexContent` to the response with the `200` status
  - added the optional property `notebookRealm/indexContent` to the response with the `200` status
  - added the optional property `notebookRealm/notebook/indexContent` to the response with the `200` status

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/:notebook/create-note/post.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/0779e2376668/schema)
