---
title: "Create Note"
method: POST
path: "/api/v2/notes.json"
---

# Create Note

`POST /api/v2/notes.json`

## Request body

- object
  - `note` object
    - `body` string — The content of the note
    - `job_id` integer — The ID of the job to add a note to.
  - `current_user_email` string — Required. The email address of a user who has access to the property in Hover.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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