Skip to main content
POST
Create note

Authorizations

Authorization
string
header
required

API key starting with owk_live_

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.

Response

Created note.

data
object