cURL
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": [ {} ] } ]'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
The body is of type QuestionAnalysisRequestBody · object[].
QuestionAnalysisRequestBody · object[]
Successful Response
The response is of type object.
object