---
title: "POST /comment/{tableId}/{recordId}/create"
method: POST
path: "/comment/{tableId}/{recordId}/create"
tags: ["comment"]
---

# POST /comment/{tableId}/{recordId}/create

`POST /comment/{tableId}/{recordId}/create`

create record comment

## Path parameters

- `tableId` string, required
- `recordId` string, required

## Request body

- object
  - `quoteId` string, nullable
  - `content` union[], required
    - union
      - object
        - `type` 'p', required
        - `value` unknown
        - `children` union[], required
          - union
            - object
              - …
            - object
              - …
            - object
              - …
      - object
        - `type` 'img', required
        - `value` unknown
        - `path` string, required
        - `width` number
        - `url` string

## Response `201`

Successfully create comment.

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
