curl --request POST \
--url http://api.superwize.ai/api/chat/startDeepResearch \
--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"
}
]
}
'{
"success": true,
"conversationId": "conv_01JHKYW2V8XQ123456789",
"responseId": "resp_01JHKYW6J6AB123456789",
"status": "active"
}Starts a deep-research run in background mode and returns identifiers so clients can poll or subscribe for status.
curl --request POST \
--url http://api.superwize.ai/api/chat/startDeepResearch \
--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"
}
]
}
'{
"success": true,
"conversationId": "conv_01JHKYW2V8XQ123456789",
"responseId": "resp_01JHKYW6J6AB123456789",
"status": "active"
}