How to access the Custom Translator API to train and deploy a custom model?

Tom Tong (c) 0 Reputation points
2023-03-21T09:25:35.4066667+00:00

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
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.