Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Branch metadata returned.