{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ImagePredictionApi API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ImagePredictionApi", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Classify An Image Url And Saves The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/classify/iterations/:publishedName/url", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Classify An Image And Saves The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/classify/iterations/:publishedName/image", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Classify An Image Url Without Saving The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/classify/iterations/:publishedName/url/nostore", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Classify An Image Without Saving The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/classify/iterations/:publishedName/image/nostore", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Detect Objects In An Image Url And Saves The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/detect/iterations/:publishedName/url", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Detect Objects In An Image And Saves The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/detect/iterations/:publishedName/image", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Detect Objects In An Image Url Without Saving The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/detect/iterations/:publishedName/url/nostore", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Detect Objects In An Image Without Saving The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/detect/iterations/:publishedName/image/nostore", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id." }, { "name": "publishedName", "value": "", "type": "path", "description": "Specifies the name of the model to evaluate against." }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Predict An Image Url And Saves The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/url", "headers": [ { "name": "Prediction-Key", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id" }, { "name": "iterationId", "value": "", "type": "query", "description": "Optional. Specifies the id of a particular iteration to evaluate against.\r\n The default iteration for the project will be used when not specified" }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Predict An Image And Saves The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/image", "headers": [ { "name": "Prediction-Key", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id" }, { "name": "iterationId", "value": "", "type": "query", "description": "Optional. Specifies the id of a particular iteration to evaluate against.\r\n The default iteration for the project will be used when not specified" }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Predict An Image Url Without Saving The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/url/nostore", "headers": [ { "name": "Prediction-Key", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id" }, { "name": "iterationId", "value": "", "type": "query", "description": "Optional. Specifies the id of a particular iteration to evaluate against.\r\n The default iteration for the project will be used when not specified" }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Predict An Image Without Saving The Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:projectId/image/nostore", "headers": [ { "name": "Prediction-Key", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project id" }, { "name": "iterationId", "value": "", "type": "query", "description": "Optional. Specifies the id of a particular iteration to evaluate against.\r\n The default iteration for the project will be used when not specified" }, { "name": "application", "value": "", "type": "query", "description": "Optional. Specifies the name of application using the endpoint" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }