{ "opencollection": "1.0.0", "info": { "name": "Nexos AI Public API Production Agent Management Embeddings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Embeddings", "type": "folder" }, "items": [ { "info": { "name": "Create embeddings", "type": "http" }, "http": { "method": "POST", "url": "https://api.nexos.ai/v1/embeddings", "body": { "type": "json", "data": "{}" } }, "docs": "Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms." } ] } ], "bundled": true }