Skip to main content
Index a call into your Nerve knowledge base. This endpoint processes call data including title, notes, attendees, and metadata, then creates a searchable note.

Authorizations

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

Request Body

call_title
string
required
The title of the call
call_notes
string
required
The notes or content from the call
call_id
string
A unique identifier for the call (used as remote_id)
call_attendees
string
Call attendees in various formats:
call_source
string
The source of the call (e.g., “Zoom”, “Teams”, “Google Meet”)
call_url
string
URL link to the call recording or meeting details

Response

message
string
Confirmation message: “Blob indexed”