---
title: "Create Note"
method: POST
path: "/v1/notes"
---

# Create Note

`POST /v1/notes`

This API endpoint creates a note on a specified client or company in your workspace.

## Request body

- object
  - `entityType` string, required — The type of entity that this note is associated with. Can be one of client or company.
  - `entityId` string, required — The ID of the entity (client or company) that this note is associated with.
  - `title` string, required — The note’s title. This field does not support formatting or newlines.
  - `content` string — The note’s content. This must be valid HTML.

## Response `200`

200

- object
  - `content` string
  - `createdAt` string
  - `creatorId` string
  - `entityId` string
  - `entityType` string
  - `id` string
  - `object` string
  - `title` string
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
