# create

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/comment/comment.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/comment/comment.controller.ts#L51)

Create a comment

## Endpoint

`POST /documents/:documentId/comments`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `documentId` | path | `string` | ✓ | The document ID to comment on |

## Referenced By

- `CommentController` (MODULE_DECLARES)
