v1

latestOpenAPI 3.1.02026-07-2664485505.4 KB
Comments

Create a comment

post/v1/comments

Headers

Notion-Version'2026-03-11' required

The API version to use for this request. The latest version is 2026-03-11.

Request body

OR
OR
OR

Example request

{
  "rich_text": [
    {
      "text": {
        "link": {
          "url": "https://www.notion.com"
        }
      }
    }
  ]
}

Response

OR

Example response

{
  "rich_text": [
    {
      "text": {
        "link": {
          "url": "https://www.notion.com"
        }
      }
    }
  ]
}