curl --request POST \
--url http://api.superwize.ai/api/widget/addThreadMessage \
--header 'Content-Type: application/json' \
--data '
{
"threadId": "thr_01JHKYY5K4GH123456789",
"data": {}
}
'{
"message": {
"id": "obj_01JHKZ0PV2WX123456789",
"threadId": "thr_01JHKYY5K4GH123456789",
"data": {},
"createdAt": "2026-01-01T00:00:00.000Z"
}
}Adds a message/event to a widget thread with server-side validation (including quiz-specific constraints).
curl --request POST \
--url http://api.superwize.ai/api/widget/addThreadMessage \
--header 'Content-Type: application/json' \
--data '
{
"threadId": "thr_01JHKYY5K4GH123456789",
"data": {}
}
'{
"message": {
"id": "obj_01JHKZ0PV2WX123456789",
"threadId": "thr_01JHKYY5K4GH123456789",
"data": {},
"createdAt": "2026-01-01T00:00:00.000Z"
}
}