---
title: "Create Note"
method: POST
path: "/v1/attio/notes"
tags: ["attio"]
---

# Create Note

`POST /v1/attio/notes`

Create a note attached to a record in Attio.

## Query parameters

- `workspace_id` string, uuid, required

## Request body

- NoteInput
  - `parent_object` string, required
  - `parent_record_id` string, required
  - `title` string, required
  - `content` string, required

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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