Microsoft Cognitiveservices Training
Connector for the microsoft-cognitiveservices-training 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.2/training - Auth:
header:Training-Key(pass your key via theapiKeyinput)
Operations
getdomains— GET /domains — Get a list of the available domains.getdomain— GET /domains/{domainId} — Get information about a specific domain.getprojects— GET /projects — Get your projects.getproject— GET /projects/{projectId} — Get a specific project.exportproject— GET /projects/{projectId}/export — Exports a project.getimagesbyids— GET /projects/{projectId}/images/id — Get images by id for a given project iteration.
Inputs
apiKey— your microsoft-cognitiveservices-training 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: getdomains
apiKey: <your key>