{ "opencollection": "1.0.0", "info": { "name": "D-ID Agents Chat API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Send a chat message", "type": "http" }, "http": { "method": "POST", "url": "https://api.d-id.com/agents/:agentId/chat/:chatId", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent identifier." }, { "name": "chatId", "value": "", "type": "path", "description": "Chat identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Send a message to an agent's chat and receive a response including optional knowledge matches, video ID, and chat mode.\n" } ] } ], "bundled": true }