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
}Returns branch metadata for a conversation, including parent references when available.
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
}