{ "opencollection": "1.0.0", "info": { "name": "Lucidworks AI Platform Chunking Results API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Results", "type": "folder" }, "items": [ { "info": { "name": "Get prediction results", "type": "http" }, "http": { "method": "GET", "url": "https://api.lucidworks.ai/ai/prediction/:predictionId", "params": [ { "name": "predictionId", "value": "", "type": "path" } ] }, "docs": "Retrieve the results of a previously submitted prediction by ID." } ] } ], "bundled": true }