How to access the Custom Translator API to train and deploy a custom model?
Tom Tong (c)
0
Reputation points
The Custom Translator can be programmatically accessed through its dedicated API, which can be found at https://custom-api.cognitive.microsofttranslator.com/swagger/index.html. However, accessing this API requires authorization. To obtain authorization, we use our Ocp-Apim-Subscription-Key to generate a token from https://api.cognitive.microsoft.com/sts/v1.0/issueToken. Despite obtaining this token, we are still receiving a 401 error when attempting to access the API.
Can you provide guidance on how to use the dedicated API to train and deploy a custom model?
Azure AI Translator
Azure AI Translator
An Azure service to easily conduct machine translation with a simple REST API call.
487 questions
Sign in to answer