---
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-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
- **2026-07-22** `13f77438750e` — 4 warning, 4 info
  - removed the optional property `ancestorFolders/items/indexContent` from the response with the `200` status
  - removed the optional property `indexNoteContent` from the response with the `200` status
  - removed the optional property `notebookRealm/indexContent` from the response with the `200` status
  - removed the optional property `notebookRealm/notebook/indexContent` from the response with the `200` status
  - …4 more
- **2026-07-08** `20eb3371b79b` — 1 info
  - endpoint added
- **2026-05-11** `d7c2946139e9` — 1 breaking
  - api path removed without deprecation

[Change 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-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/1b39e72b1176/schema)
