{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin ai API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ai", "type": "folder" }, "items": [ { "info": { "name": "ai-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/ai.one", "params": [ { "name": "aiId", "value": "", "type": "query" } ] } }, { "info": { "name": "ai-getModels", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/ai.getModels", "params": [ { "name": "apiUrl", "value": "", "type": "query" }, { "name": "apiKey", "value": "", "type": "query" } ] } }, { "info": { "name": "ai-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ai-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ai-getAll", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/ai.getAll" } }, { "info": { "name": "ai-get", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/ai.get", "params": [ { "name": "aiId", "value": "", "type": "query" } ] } }, { "info": { "name": "ai-delete", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ai-getEnabledProviders", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/ai.getEnabledProviders" } }, { "info": { "name": "ai-analyzeLogs", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.analyzeLogs", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ai-testConnection", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.testConnection", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ai-suggest", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.suggest", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ai-deploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/ai.deploy", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }