{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Embeddings API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Embeddings", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Create Embeddings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/embeddings", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment ID of the model to use for this request." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "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 }