---
title: "POST /api/testability/inject_notes"
method: POST
path: "/api/testability/inject_notes"
tags: ["testability-rest-controller"]
---

# POST /api/testability/inject_notes

`POST /api/testability/inject_notes`

## Request body

- NotesTestData
  - `noteTestData` NoteTestData[]
    - `Title` string
    - `Content` string
    - `Skip Memory Tracking` boolean
    - `Remember Spelling` boolean
    - `Image Url` string
    - `Image Mask` string
    - `Folder` string — Notebook-local folder path (segments separated by /). E2E/testability only: missing folder rows are created here, then the note is assigned that folder. Production note APIs do not accept or infer folder paths.
  - `externalIdentifier` string
  - `circleName` string
  - `notebookName` 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/revisions/e098b5c35777/schema)
