{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "AI Embed", "type": "folder" }, "items": [ { "info": { "name": "Get embedded client configuration", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/embed", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." } ] }, "docs": "Retrieves the embedded client configuration for the AI." }, { "info": { "name": "Update embedded client configuration", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/embed", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the embedded client configuration for the AI." }, { "info": { "name": "Generate an embedded client key", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/embed/generate", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." } ] }, "docs": "Generates a new embedded client key for the AI." } ] } ], "bundled": true }