---
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

---

[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)
