{ "opencollection": "1.0.0", "info": { "name": "LifeGraph APIs BlastAI APIs API", "version": "2.42.0" }, "items": [ { "info": { "name": "BlastAI APIs", "type": "folder" }, "items": [ { "info": { "name": "postDevConversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/blastai/conversation/user", "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


request conversational response to user's prompt; where the user is a developer/admin/user" }, { "info": { "name": "postCorpConversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/blastai/conversation/public", "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


request conversational response to user's prompt; where the user is a public user, not a customer" }, { "info": { "name": "getConversationHistory", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/blastai/conversation/:conversationId", "params": [ { "name": "conversationId", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


get conversation history" } ] } ], "bundled": true }