Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
Response
Successful Response
Executes a collection query by retrieving all rows from the dataset (excluding the _embedding_vec column) and building an XML context from the query results. The context is then passed to the chatbot for response generation.
Request payload:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response