{ "opencollection": "1.0.0", "info": { "name": "OpenAPI Specification Agents - Conversation API", "version": "v1.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents - Conversation", "type": "folder" }, "items": [ { "info": { "name": "Post Conversation Message", "type": "http" }, "http": { "method": "POST", "url": "https://30f873b4-88d4-49ba-b327-6f651d7b99e6.remockly.com/intelligence/api/ai/agents/:agent_id/conversations", "params": [ { "name": "agent_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Posts a conversation message to an asset, optionally with a conversation id.\nAlways returns a text response for external use cases." } ] } ], "bundled": true }