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

# POST /api/notebooks/create

`POST /api/notebooks/create`

## Request body

- NotebookCreationRequest
  - `newTitle` string, required
  - `referenceHandling` 'UPDATE_VISIBLE_TEXT' | 'KEEP_VISIBLE_TEXT'
  - `description` string

## Response `200`

OK

## Changes

- **2026-07-22** `13f77438750e` — 2 warning, 2 info
  - removed the optional property `indexContent` from the response with the `200` status
  - removed the optional property `notebook/indexContent` from the response with the `200` status
  - added the optional property `notebook/readmeContent` to the response with the `200` status
  - added the optional property `readmeContent` to the response with the `200` status
- **2026-05-12** `449d014829c1` — 1 info
  - added the new optional request property `referenceHandling`
- **2026-05-12** `5c61e52feed2` — 1 warning
  - removed the optional property `indexNoteId` from the response with the `200` status
- **2026-05-12** `de5624b4a98c` — 2 info
  - added the optional property `indexContent` to the response with the `200` status
  - added the optional property `notebook/indexContent` to the response with the `200` status
- **2026-05-12** `9938ed2fbfde` — 1 info
  - added the optional property `indexNoteId` to the response with the `200` status

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/create/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)
