curl --request POST \
--url http://api.superwize.ai/api/chat/streamDeepResearch \
--header 'Content-Type: application/json' \
--data '
{
"message": "What are the main causes of climate change?",
"conversationId": "conv_01JHKYW2V8XQ123456789",
"model": "meetkai:functionary-urdu-mini-pak",
"images": [
{
"imageUrl": "https://cdn.superwize.ai/assets/sample.png",
"detail": "auto"
}
]
}
'{
"event": "message",
"data": {
"type": "conversation.created",
"conversationId": "conv_01JHKYW2V8XQ123456789"
},
"id": "obj_01JHKZ0PV2WX123456789",
"retry": 3000
}Streams deep-research lifecycle and output events for clients on API >= 1.1.3 while running the task in background mode.
curl --request POST \
--url http://api.superwize.ai/api/chat/streamDeepResearch \
--header 'Content-Type: application/json' \
--data '
{
"message": "What are the main causes of climate change?",
"conversationId": "conv_01JHKYW2V8XQ123456789",
"model": "meetkai:functionary-urdu-mini-pak",
"images": [
{
"imageUrl": "https://cdn.superwize.ai/assets/sample.png",
"detail": "auto"
}
]
}
'{
"event": "message",
"data": {
"type": "conversation.created",
"conversationId": "conv_01JHKYW2V8XQ123456789"
},
"id": "obj_01JHKZ0PV2WX123456789",
"retry": 3000
}Deep research stream started.
Show child attributes