---
title: "Add comment to specific call"
method: POST
path: "/call/comment"
tags: ["call"]
---

# Add comment to specific call

`POST /call/comment`

Adds one or more comments to a call record for note-taking and collaboration. Comments are visible to users with access to the call and support multi-user annotations.

## Request body

- CallCommentRequest[]
  - `call_id` integer, required — unique identifier representing the call detail
  - `comment` string[], required

## Response `200`

Confirmation of comment addition with result status for each comment

- StandardPostResponse[]
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `data` string, required — Response payload. Shape varies by endpoint.
  - `entry_count` integer, required — The sequential number of the entry in the submitted array. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

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