Microsoft Cognitiveservices Prediction
Connector for the microsoft-cognitiveservices-prediction API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction - Auth:
header:Prediction-Key(pass your key via theapiKeyinput)
Operations
classifyimage— POST /{projectId}/classify/iterations/{publishedName}/image — Classify an image and saves the result.classifyimagewithnostore— POST /{projectId}/classify/iterations/{publishedName}/image/nostore — Classify an image without saving the result.classifyimageurl— POST /{projectId}/classify/iterations/{publishedName}/url — Classify an image url and saves the result.classifyimageurlwithnostore— POST /{projectId}/classify/iterations/{publishedName}/url/nostore — Classify an image url without saving the result.detectimage— POST /{projectId}/detect/iterations/{publishedName}/image — Detect objects in an image and saves the result.detectimagewithnostore— POST /{projectId}/detect/iterations/{publishedName}/image/nostore — Detect objects in an image without saving the result.
Inputs
apiKey— your microsoft-cognitiveservices-prediction API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: classifyimage
apiKey: <your key>