---
title: "Create note from edited extraction fields"
method: POST
path: "/api/ai/create-extracted-note/{note}"
tags: ["ai-controller"]
---

# Create note from edited extraction fields

`POST /api/ai/create-extracted-note/{note}`

Persists a new note and updates the original note using the provided extraction fields (typically from extract-note-preview, possibly edited by the user).

## Path parameters

- `note` integer, required

## Request body

- NoteExtractionResult
  - `newNoteTitle` string, required
  - `newNoteContent` string, required
  - `updatedOriginalNoteContent` string, required

## Response `200`

OK

## Changes

- **2026-09-27** `482412c3c1b0` — 4 breaking, 2 warning
  - the `ancestorFolders/items/name` response property's maxLength was unset from `512` for the response status `200`
  - the `ancestorFolders/items/name` response property's minLength was decreased from `1` to `0` for the response status `200`
  - removed the required property `ancestorFolders/items/createdAt` from the response with the `200` status
  - removed the required property `ancestorFolders/items/updatedAt` from the response with the `200` status
  - …2 more
- **2026-09-13** `370013d86c63` — 1 warning
  - removed the optional property `note/deletedAt` from the response with the `200` status
- **2026-09-01** `fe725cad0905` — 1 breaking, 1 info
  - removed the required property `wikiLinks/items/portablePath` from the response with the `200` status
  - added the required property `wikiLinks/items/target` to the response with the `200` status
- **2026-08-31** `4416e327005b` — 1 breaking, 1 info
  - the response property `wikiLinks/items/destinationNoteId` became optional for the status `200`
  - added the required property `wikiLinks/items/resolution` to the response with the `200` status
- **2026-08-31** `f650b15d8c39` — 1 warning, 1 info
  - removed the optional property `wikiTitles` from the response with the `200` status
  - added the optional property `wikiLinks` to the response with the `200` status

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/ai/create-extracted-note/: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.dev/nerds-odd-e/apis/openapi-definition/revisions/48ac5af2d6b6?raw)
