Skip to main content
Index a note into your Nerve knowledge base. This endpoint creates a searchable note with the provided content and metadata.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your OAuth access token.

Request Body

note_title
string
required
The title of the note
note_content
string
required
The content/body of the note
note_id
string
A unique identifier for the note (used as remote_id)
note_url
string
URL link to the original note or source
note_source
string
The source of the note (e.g., “Notion”, “Google Docs”, “Evernote”)

Response

message
string
Confirmation message: “Note indexed”