Skip to main content
POST
/
chat
/
getConversationBranchInfo
Get branch info
curl --request POST \
  --url http://api.superwize.ai/api/chat/getConversationBranchInfo \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "conv_01JHKYW2V8XQ123456789"
}
'
{
  "isBranch": true,
  "parentConversationId": "conv_01JHKYW2V8XQ123456789",
  "parentTitle": "Pakistan Tech Outlook",
  "branchPointItemId": "obj_01JHKZ0PV2WX123456789",
  "parentItemCount": 3
}

Body

application/json
conversationId
string
required

Response

object | null

Branch metadata returned.

isBranch
boolean
required
parentConversationId
string
parentTitle
string
branchPointItemId
string
parentItemCount
number