---
title: "Create Agreement Notes"
method: POST
path: "/analyze/v2/agreements/{id}/notes"
tags: ["Analyze Agreements"]
---

# Create Agreement Notes

`POST /analyze/v2/agreements/{id}/notes`

Add notes to an existing agreement in Analyze.

## Path parameters

- `id` string, required

## Request body

- object
  - `data` object[], required
    - `content` string
    - `user_email` string

## Response `200`

successful with valid params

- object
  - `data` object[], required
    - `id` string — note id
    - `content` string, required — notes content
    - `user_id` string — user id
    - `agreement_id` string — agreement id
    - `created_at` string — when it was created

## Other responses

- `403` — failure when user does not have an access
- `404` — failure when agreement not found
- `422` — validation failure when there is no content

---

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