---
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
  - `referenceHandling` 'UPDATE_VISIBLE_TEXT' | 'KEEP_VISIBLE_TEXT'
  - `folderId` integer
  - `content` string

## Response `200`

OK

## Changes

> 145 revisions in range; 38 could not be searched.

- **2026-08-10** `e098b5c35777` — 1 info
  - the request property `newTitle` became optional
- **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

[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/44ef688a3dcd/schema)
