Skip to main content
POST
Create a Note

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Body

application/json

Create Note Request

content
string
required

The content of the note

resource
object
required
metadata
object | null

Set of key-value pairs for storing additional information on the note. Learn more about metadata.

Response

note successfully created

Single Note

note
object

Note

meta
object