{ "opencollection": "1.0.0", "info": { "name": "Convai Character Characters Chat History API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "CONVAI-API-KEY", "value": "{{CONVAI-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Chat History", "type": "folder" }, "items": [ { "info": { "name": "List Character Sessions", "type": "http" }, "http": { "method": "POST", "url": "https://api.convai.com/character/chat-history/list-sessions", "body": { "type": "json", "data": "{}" } }, "docs": "List Character Sessions" }, { "info": { "name": "Get Session Transcript", "type": "http" }, "http": { "method": "POST", "url": "https://api.convai.com/character/chat-history/get-session", "body": { "type": "json", "data": "{}" } }, "docs": "Get Session Transcript" } ] } ], "bundled": true }