Skip to main content
POST
Create a note

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Body

application/json

Note to create

title
string
required

Note title (non-empty)

content
string

Note body text

entity_id
string

Associated record ID

Response

Created note

id
string
title
string
content
string
entity_id
string
created_by
string
created_at
string<date-time>
archived_at
string<date-time>
Last modified on February 17, 2026