---
title: "Create internal note"
method: POST
path: "/api/1/folders/{userFolder}/notes"
tags: ["Internal notes"]
---

# Create internal note

`POST /api/1/folders/{userFolder}/notes`

## Request body

- object
  - `Title` string, required — The title of the note. Must not be greater than 255 characters.
  - `Content` string, required — The content of the note.

---

[API](https://skmtc.net/convoflo/apis/convoflo-rest-api.md) · [All operations](https://skmtc.net/convoflo/apis/convoflo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convoflo/convoflo-rest-api/revisions/fed4481f0476/schema)
