---
title: "Create a note"
method: POST
path: "/products/{product_id}/pages"
tags: ["Notes"]
---

# Create a note

`POST /products/{product_id}/pages`

"Notes" in the web interface are referenced as "pages" from API endpoints.

## Path parameters

- `product_id` string, required

## Request body

- NotesPostRequest
  - `page` object
    - `name` string
    - `description_attributes` object
      - `body` string
      - `table_of_contents_enabled` boolean

## Response `200`

Successful operation

---

[API](https://skmtc.dev/shiprush/apis/aha-api.md) · [All operations](https://skmtc.dev/shiprush/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shiprush/aha-api/revisions/f2725b45bcf3/schema)
