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

chat_session_id
integer
required
message
string
required
retrieval_options
object
query_override
string
search_doc_ids
integer[]

Response

200
application/json
Successful Response
answer
string
answer_citationless
string
simple_search_docs
object[]
error_msg
string