POST
/
beta
/
api
/
v1
/
evaluateBot
curl --request POST \
  --url https://api.lytix.co/beta/api/v1/evaluateBot \
  --header 'Content-Type: application/json' \
  --header 'lx-api-key: <api-key>' \
  --data '{
  "conversation": [
    {
      "role": "<string>",
      "content": "<string>"
    }
  ],
  "context": {},
  "version": "<string>",
  "sessionId": "<string>"
}'
{
  "finalGrade": {},
  "allGrades": {}
}

Authorizations

lx-api-key
string
header
required

Body

application/json

Conversation to evaluate

The body is of type object.

Response

200
application/json

Model IO response

The response is of type object.