---
title: "Add Notes to a Document"
method: POST
path: "/entities/{entity_token}/documents/{document_token}/notes"
tags: ["Documents"]
---

# Add Notes to a Document

`POST /entities/{entity_token}/documents/{document_token}/notes`

You can add an unlimited amount of notes to a document to keep track of whatever information is needed. All you need is to pass the note along with the email of the author of the note (must be a user associated with your customer account) to this API endpoint.

## Request body

- object
  - `note` string, required
  - `note_author_agent_email` string, required

## Response `200`

Document

- Items — unresolved $ref

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
