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
cookierequired

Body

application/json
chat_session_id
integer
required
message
string
required
retrieval_options
object
query_override
string
search_doc_ids
integer[]

Response

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