Skip to main content
POST
/
chat
/
startDeepResearch
Start deep research job
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"
}

Body

application/json
message
string
required
conversationId
string
model
string
images
object[]

Response

Deep research job started.

success
boolean
required
conversationId
string
required
responseId
string
required
status
string
required