{ "opencollection": "1.0.0", "info": { "name": "Lucidworks AI Platform Chunking Predictions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Predictions", "type": "folder" }, "items": [ { "info": { "name": "Create prediction by use case", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucidworks.ai/ai/prediction/:useCase/:modelId", "params": [ { "name": "useCase", "value": "", "type": "path" }, { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a prediction request for the specified use case (faq-enrichment, keyword-extraction, ner, rag, summarization, passthrough, or query-rewriter) using the given model ID." }, { "info": { "name": "Request access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucidworks.ai/oauth2/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Exchange client credentials for a bearer access token." } ] } ], "bundled": true }