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

# Create Note

`POST /notes/`

## Request body

- NoteCreateRequest
  - `parent_id` string, required
  - `parent_type` 'call' | 'user' | 'call_pairing' | 'recording' | 'organization', required
  - `text` string, nullable

## Response `200`

Successful Response

- Note
  - `note_id` string, uuid, required
  - `text` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/a8ae8846c411/schema)
