---
title: "Add a note"
method: POST
path: "/api/v1/notes"
tags: ["Notes"]
---

# Add a note

`POST /api/v1/notes`

## Request body

- CreateNote
  - `token` string, required
  - `item` object
    - `title` string, required — the note title
    - `body` string — body description of the note
    - `project_id` integer, required — the project id to add note to

## Response `201`

note created

## Other responses

- `401` — Error: Unauthorized
- `422` — Title cannot be blank

---

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