Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
{
"query_str": "<string>",
"response": "<string>",
"usage": {
"input_tokens": 123,
"output_tokens": 123,
"model_type": "truestate"
}
}Handles chatbot queries with a single user message, without conversation history.
{
"query_str": "<string>",
"response": "<string>",
"usage": {
"input_tokens": 123,
"output_tokens": 123,
"model_type": "truestate"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.