---
title: "Create collaboration comment"
method: POST
path: "/api/collab/comments"
tags: ["collaboration"]
---

# Create collaboration comment

`POST /api/collab/comments`

## Request body

- object
  - `projectId` string, required
  - `message` string, required
  - `authorId` string

## Response `201`

Comment created

---

[API](https://skmtc.net/memesio/apis/memesio-api-contracts.md) · [All operations](https://skmtc.net/memesio/apis/memesio-api-contracts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memesio/memesio-api-contracts/revisions/826e6edbf294/schema)
