curl --request POST \
--url http://api.superwize.ai/api/chat/listConversations \
--header 'Content-Type: application/json' \
--data '
{
"limit": 10,
"order": "desc",
"after": "obj_01JHKZ0PV2WX123456788",
"search": "Pakistan tech headlines"
}
'{
"data": [
{
"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"
}
}
],
"hasMore": false,
"lastId": "obj_01JHKZ0PV2WX123456789"
}Returns paginated conversations available to the current user.
curl --request POST \
--url http://api.superwize.ai/api/chat/listConversations \
--header 'Content-Type: application/json' \
--data '
{
"limit": 10,
"order": "desc",
"after": "obj_01JHKZ0PV2WX123456788",
"search": "Pakistan tech headlines"
}
'{
"data": [
{
"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"
}
}
],
"hasMore": false,
"lastId": "obj_01JHKZ0PV2WX123456789"
}