---
title: "Add a note"
method: POST
path: "/notes"
---

# Add a note

`POST /notes`

Add a note to one of the sites within your team.

## Response `200`

200

- object
  - `note_id` integer
  - `site_id` integer
  - `timestamp` integer
  - `note` string
  - `detail` string

---

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