Skip to content

Create a note

POST
/note

Creates a new note. The content field supports Markdown. Optionally, add a !tag to categorize your note — e.g. !work or !ideas.

object
content
required

The note content. Supports Markdown. Optionally, add a !tag to categorize your note — e.g. !work or !ideas.

string
>= 1 characters
Example
{
"content": "## Shopping list\n\n- Milk\n- Eggs"
}

Note created successfully.

The request was malformed or missing required fields.

Missing or invalid Personal Access Token.