{ "opencollection": "1.0.0", "info": { "name": "Lucidworks AI Platform Chunking Classification API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Classification", "type": "folder" }, "items": [ { "info": { "name": "Classify text", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucidworks.ai/ai/classify/:modelId", "params": [ { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return ranked labels for the given input text." }, { "info": { "name": "Custom model prediction", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucidworks.ai/ai/predict/:modelId", "params": [ { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invoke a custom deployed model for prediction." } ] } ], "bundled": true }