---
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-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/d7c2946139e9/schema)
