---
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
  - `folderId` integer
  - `content` string

## Response `200`

OK

## Changes

- **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
- **2026-05-12** `9938ed2fbfde` — 1 breaking, 1 info
  - removed the required property `notebookView` from the response with the `200` status
  - added the required property `notebookRealm` to the response with the `200` status
- **2026-05-11** `d7c2946139e9` — 3 breaking, 2 warning, 1 info
  - removed the required property `notebookRealm` from the response with the `200` status
  - removed the required property `wikiTitles/items/displayText` from the response with the `200` status
  - removed the required property `wikiTitles/items/targetToken` from the response with the `200` status
  - removed the request property `referenceHandling`
  - …2 more

[Change 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/de5624b4a98c/schema)
