curl --request POST \
--url http://api.superwize.ai/api/chat/autoTitleNewConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"success": true
}Generates and stores a short title for a conversation using early conversation content.
curl --request POST \
--url http://api.superwize.ai/api/chat/autoTitleNewConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"success": true
}