---
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
  - `notebookGroupId` integer

## 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/be736880b88c/schema)
