Translate text with a custom model

After you publish your custom model, you can access it with the Translator API by using the Category ID parameter.

How to translate

  1. Use the Category ID when making a custom translation request via Microsoft Translator Text API V3. The Category ID is created by concatenating the WorkspaceID, project label, and category code. Use the CategoryID with the Text Translation API to get custom translations.

    https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=de&category=a2eb72f9-43a8-46bd-82fa-4693c8b64c3c-TECH
    
    

    More information about the Translator Text API can be found on the Translator API Reference page.

  2. You may also want to download and install our free DocumentTranslator app for Windows.

Next steps