{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai API", "version": "1.0" }, "items": [ { "info": { "name": "ai", "type": "folder" }, "items": [ { "info": { "name": "create template using ai", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/ai/online-builder/create_template/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "create template using ai" }, { "info": { "name": "edit template using chat completion", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/ai/online-builder/edit_template/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "edit template using chat completion" }, { "info": { "name": "list prompt suggestions based on template name and description", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/ai/online-builder/list_prompt_suggestions/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "list prompt suggestions based on template name and description" }, { "info": { "name": "Edit word template using ai", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/ai/word-add-in/edit_template/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Edit word template using ai" }, { "info": { "name": "list prompt suggestions based on File Name and Content", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/ai/word-add-in/list_prompt_suggestions/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "list prompt suggestions based on File Name and Content" } ] } ], "bundled": true }