Reputation: 27
I am new to custom translator for microsoft translator API. I can train it through the web ui. I am wondering that is it possible to create a program to submit training data to train the model? If so, could you please suggest me about it?
Upvotes: 1
Views: 247
Reputation: 196
Yes, we have a restful api implemented for the Custom Translator. Anything that can be done through the portal can be done through the api and more. The swagger documentation is here
https://custom-api.cognitive.microsofttranslator.com/swagger/
Some sample code that explains and demonstrates the authentication process as well as few basic actions can be found here
https://github.com/MicrosoftTranslator/CustomTranslatorApiSamples
Upvotes: 2