{ "opencollection": "1.0.0", "info": { "name": "Lucidworks AI Platform Chunking Embeddings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Embeddings", "type": "folder" }, "items": [ { "info": { "name": "Encode text to embedding", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucidworks.ai/ai/encode/:modelId", "params": [ { "name": "modelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a 768-dimensional vector encoding from input text." } ] } ], "bundled": true }