---
title: "Create comment to a post / Create reply to a comment"
method: POST
path: "/external/api/partner/v1/comment/"
---

# Create comment to a post / Create reply to a comment

`POST /external/api/partner/v1/comment/`

## Request body

- object
  - `id` string, required — The share id of a post that a comment or reply to a comment will be created on
  - `body_text` string, required — The text that will appear in the comment
  - `media_attachments` string[] — An optional list of media attachments that will appear in the post. The limit is 10 attachments
  - `parent_comment_id` string — ID of the comment that the reply will be created in. This argument should only be used if creating a reply to a comment.
  - `secure_profile_id` string — An optional field that you can put profile id from /me/profiles endpoint

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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