Skip to main content
POST
/
ai
/
v1
/
kallm
/
sotc
/
question-answers-analysis
Question Answers Analysis
curl --request POST \
  --url https://platform.ai.gloo.com/ai/v1/kallm/sotc/question-answers-analysis \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "question": "<string>",
    "questionId": 123,
    "answers": [
      {}
    ]
  }
]
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
question
string
required

Question to analyze

questionId
integer
required

Question ID

answers
Answers · object[]
required

List of answers with their details as json objects

Response

Successful Response

The response is of type Response Question Answers Analysis Ai V1 Gloo AI Chat Sotc Question Answers Analysis Post · object.