---
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
  - `referenceHandling` 'UPDATE_VISIBLE_TEXT' | 'KEEP_VISIBLE_TEXT'
  - `description` string
  - `notebookGroupId` integer

## Response `200`

OK

## Changes

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

- **2026-08-19** `6c31eea0ac37` — 1 warning
  - changed the pattern of the request property `newTitle` from `^[^\\/:]*$` to `^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$`
- **2026-08-10** `e098b5c35777` — 1 info
  - the request property `newTitle` became optional
- **2026-08-06** `bed72673355f` — 1 info
  - added the new optional request property `notebookGroupId`
- **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`

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