Skip to main content
POST
Create note

Authorizations

Authorization
string
header
required

API key starting with owk_live_ (personal) or ow_wks_live_ (workspace — see space_id on the Notes/Folders endpoints below)

Body

application/json
content
string
required

The note body text.

title
string | null

Optional title.

enhanced_content
string | null

Cleaned or enhanced version.

note_type
enum<string>
default:personal

Type of note.

Available options:
personal,
meeting,
upload
folder_id
string<uuid> | null

Target folder ID.

space_id
string<uuid>

Team space ID. Required when authenticating with a workspace key (ow_wks_live_); omit for personal keys.

Response

Created note.

data
object