POST
/
data
/
query-collection-router
{
  "response": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Body

application/json
dataset_id_to_criteria
object
required

A mapping of dataset id to a criteria for selecting the dataset.

messages
RAGMessage · object[]
required

A list of messages forming the conversation. The conversation must end with a message from the user.

Response

Successful Response

response
string
required