Skip to main content
POST
/
api
/
assistant
/
chat
Console assistant chat
curl --request POST \
  --url https://console.neuronsearchlab.com/api/assistant/chat \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "messages": [
    {
      "role": "system",
      "content": "<string>"
    }
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Body

application/json
messages
object[]
required

Response

Assistant response

The response is of type object.