{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Embeddings API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Embeddings", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Create embeddings", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/deployments/:deployment-id/embeddings", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment name for the model" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get a vector representation of a given input that can be consumed by machine learning models and algorithms." } ] } ], "bundled": true }