Azure Cognitive Custom Vision

I would like to use the training, prediction etc for my custom vision project with REST API. I do not see any place where the GET, POST methods are clearly mentioned with JSON. Is there any reference documentation?

Upvotes: 1

Views: 907

Answers (1)

cthrash
cthrash

Reputation: 2973

The training APIs are listed here.

The prediction APIs are listed here.

You can download Swagger/WSDL files from those links, if that's what you prefer.

Both of those links are reachable through the Overview page.

Upvotes: 7

Related Questions