Answers
Simulate Answer
Simulates the answer to a new question.
POST
/
v1
/
answers
{
"data": {
"id": "<string>",
"benchmark_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"simulated_answer_percentages": {},
"ground_answer_counts": {},
"ground_answer_percentages": {},
"kullback_leibler_divergence": 123,
"mean_absolute_error": 123,
"mean_squared_error": 123,
"normalised_kullback_leibler_divergence": 123,
"population": "<string>",
"prediction_finished_at": "2023-11-07T05:31:56Z",
"prediction_started_at": "2023-11-07T05:31:56Z",
"public": true,
"simulation_engine": "<string>",
"status": "<string>",
"test_finished_at": "2023-11-07T05:31:56Z",
"test_started_at": "2023-11-07T05:31:56Z",
"answer_options": [
"<any>"
],
"population_name": "<string>",
"question": "<string>",
"question_options": {},
"accuracy": 123,
"root_mean_squared_error": 123
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}
Headers
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
{
"data": {
"id": "<string>",
"benchmark_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"simulated_answer_percentages": {},
"ground_answer_counts": {},
"ground_answer_percentages": {},
"kullback_leibler_divergence": 123,
"mean_absolute_error": 123,
"mean_squared_error": 123,
"normalised_kullback_leibler_divergence": 123,
"population": "<string>",
"prediction_finished_at": "2023-11-07T05:31:56Z",
"prediction_started_at": "2023-11-07T05:31:56Z",
"public": true,
"simulation_engine": "<string>",
"status": "<string>",
"test_finished_at": "2023-11-07T05:31:56Z",
"test_started_at": "2023-11-07T05:31:56Z",
"answer_options": [
"<any>"
],
"population_name": "<string>",
"question": "<string>",
"question_options": {},
"accuracy": 123,
"root_mean_squared_error": 123
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.