Index a note into your Nerve knowledge base. This endpoint creates a searchable note with the provided content and metadata.Documentation Index
Fetch the complete documentation index at: https://docs.usenerve.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form
Bearer <token>, where <token> is your OAuth access token.Request Body
The title of the note
The content/body of the note
A unique identifier for the note (used as remote_id)
URL link to the original note or source
The source of the note (e.g., “Notion”, “Google Docs”, “Evernote”)
Response
Confirmation message: “Note indexed”

