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>
Question to analyze
Question ID
List of answers with their details as json objects
Successful Response
The response is of type Response Question Answers Analysis Ai V1 Gloo AI Chat Sotc Question Answers Analysis Post · object.
Response Question Answers Analysis Ai V1 Gloo AI Chat Sotc Question Answers Analysis Post · object