POST
/
chat
/
send-message-simple-api
{
  "answer": "<string>",
  "answer_citationless": "<string>",
  "simple_search_docs": [
    {
      "semantic_identifier": "<string>",
      "link": "<string>",
      "blurb": "<string>",
      "match_highlights": [
        "<string>"
      ],
      "source_type": "ingestion_api"
    }
  ],
  "error_msg": "<string>"
}

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json

Before creating messages, be sure to create a chat_session and get an id Note, for simplicity this option only allows for a single linear chain of messages

Response

200
application/json
Successful Response

The response is of type object.