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/setConversationStudyMode \ --header 'Content-Type: application/json' \ --data ' { "conversationId": "conv_01JHKYW2V8XQ123456789", "studyMode": true } '
{ "success": true }
Deprecated endpoint for toggling study-mode metadata on a conversation.
Study mode update processed.