Skip to main content
POST
/
chat
/
getConversation
Get conversation
curl --request POST \
  --url http://api.superwize.ai/api/chat/getConversation \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "conv_01JHKYW2V8XQ123456789"
}
'
{
  "id": "obj_01JHKZ0PV2WX123456789",
  "createdAt": 1767225600000,
  "metadata": {
    "title": "Pakistan Tech Outlook",
    "studyMode": true,
    "branchedFrom": "conv_01JHKYW2V8XQ123456700",
    "branchPointItemId": "obj_01JHKZ0PV2WX123456789",
    "parentTitle": "Pakistan Tech Outlook",
    "quizMode": true,
    "teacherMode": true,
    "deepResearchMode": true,
    "articleId": "obj_01JHKZ0PV2WX123456789",
    "articleTitle": "Pakistan Tech Outlook",
    "articleSnippet": "Pakistan announces a nationwide digital classroom initiative.",
    "articleImageUrl": "https://cdn.superwize.ai/assets/sample.png"
  }
}

Body

application/json
conversationId
string
required

Response

Conversation returned.

id
string
required
createdAt
number
required
metadata
object