{ "opencollection": "1.0.0", "info": { "name": "D-ID Agents Sessions API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create a session", "type": "http" }, "http": { "method": "POST", "url": "https://api.d-id.com/v2/agents/:agentId/sessions", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Establish a new streaming session for an Expressive Agent, returning session credentials required to connect via WebRTC or LiveKit.\n" }, { "info": { "name": "List sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api.d-id.com/agents/:agentId/sessions", "params": [ { "name": "agentId", "value": "", "type": "path" } ] }, "docs": "Retrieve all sessions for a specific agent." }, { "info": { "name": "Get a session", "type": "http" }, "http": { "method": "GET", "url": "https://api.d-id.com/agents/:agentId/sessions/:sessionId", "params": [ { "name": "agentId", "value": "", "type": "path" }, { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific session." } ] } ], "bundled": true }