{ "opencollection": "1.0.0", "info": { "name": "Lucidworks AI Platform Chunking Rules API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rules", "type": "folder" }, "items": [ { "info": { "name": "List rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.lucidworks.ai/rules" }, "docs": "List rules" }, { "info": { "name": "Create a rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucidworks.ai/rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a rule" }, { "info": { "name": "Get a rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.lucidworks.ai/rules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ] }, "docs": "Get a rule" }, { "info": { "name": "Update a rule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lucidworks.ai/rules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a rule" }, { "info": { "name": "Delete a rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lucidworks.ai/rules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ] }, "docs": "Delete a rule" } ] } ], "bundled": true }