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 · QuestionAnalysisRequestBody · object[]

The body is of type QuestionAnalysisRequestBody · object[].

Response

200
application/json

Successful Response

The response is of type object.