---
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

---

[API](https://skmtc.net/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.net/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/versions/8597ffe92eda/schema)
