Skip to main content
POST
/
chat
/
renameConversation
Rename conversation
curl --request POST \
  --url http://api.superwize.ai/api/chat/renameConversation \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "conv_01JHKYW2V8XQ123456789",
  "title": "Pakistan Tech Outlook"
}
'
{
  "success": true
}

Body

application/json
conversationId
string
required
title
string
required

Response

Conversation rename processed.

success
boolean
required