Microsoft Text Translator
Microsoft Text Translator is a cloud-based translation service that provides accurate and reliable text translation capabilities across multiple languages, enabling businesses to break down language barriers and communicate effectively with global audiences.

Power end-to-end data operations for your Microsoft Text Translator API with Nexla. Our bi-directional Microsoft Text Translator connector is purpose-built for Microsoft Text Translator, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Microsoft Text Translator or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Microsoft Text Translator workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Microsoft Text Translator credential, you need to obtain your API key (subscription key) from your Microsoft Azure account. Microsoft Text Translator uses API key authentication for all API requests, with the API key sent in the Ocp-Apim-Subscription-Key header.
To obtain your Microsoft Text Translator API key, follow these steps:
-
Sign in to the Microsoft Azure Portal using your Azure account credentials.
-
Navigate to All resources or search for Translator in the Azure portal search bar.
-
If you don't have a Translator resource yet, click Create a resource, search for Translator, and select Translator from the results. Then, click Create to set up a new Translator resource.
-
Configure your Translator resource settings:
- Select your Subscription and Resource group
- Choose a Region for your Translator resource
- Enter a Name for your Translator resource
- Select a Pricing tier (Free tier is available for testing)
-
Click Review + create, then Create to create your Translator resource.
-
Once your Translator resource is created, navigate to it in the Azure portal.
-
In your Translator resource, navigate to Keys and Endpoint in the left menu under Resource Management.
-
You will see two keys (Key 1 and Key 2). Either key can be used for authentication. Copy one of the keys (e.g., Key 1) and store it securely.
-
Store the API key securely, as you will need it to configure your Nexla credential. The API key is sensitive information and should be kept confidential.
The API key (subscription key) is sent in the Ocp-Apim-Subscription-Key header for all API requests to the Microsoft Text Translator API. The key authenticates your requests and grants access to the Translator service based on your Azure subscription and resource configuration. If your API key is compromised, you should immediately regenerate it in your Azure portal (Keys and Endpoint section) and update your credential. For detailed information about obtaining API keys, API authentication, and available endpoints, refer to the Microsoft Translator Text API documentation.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| API Key Value | Yes | Yes | Your API key is your Azure secret key. |
Create a credential in Nexla
- After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
New Credential Overlay – Microsoft Text Translator

- Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
Microsoft Text Translator uses API key authentication for all API requests. The API key (subscription key) is sent in the Ocp-Apim-Subscription-Key header to authenticate API requests to the Microsoft Text Translator API.
-
Enter your Microsoft Text Translator API key in the API Key Value field. This is the subscription key you obtained from your Azure Translator resource (Keys and Endpoint section). The API key is sent in the
Ocp-Apim-Subscription-Keyheader for all API requests to the Microsoft Text Translator API. The API key is sensitive information and must be kept confidential.Your Microsoft Text Translator API key (subscription key) can be found in your Azure Translator resource under the Keys and Endpoint section. The API key is sent in the
Ocp-Apim-Subscription-Keyheader for all API requests to the Microsoft Text Translator API.If your API key is compromised, you should immediately regenerate it in your Azure portal (Keys and Endpoint section) and update your credential. The API key provides access to your Translator service and should be treated as sensitive information. Keep your API key secure and do not share it publicly.
For detailed information about obtaining API keys, API authentication, and available endpoints, see the Microsoft Translator Text API documentation.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a destination
Click the + icon on the Nexset that will be sent to the Microsoft Text Translator destination, and select the Send to Destination option from the menu. Select the Microsoft Text Translator connector from the list of available destination connectors, then select the credential that will be used to connect to your Microsoft Azure Translator service, and click Next; or, create a new Microsoft Text Translator credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Microsoft Text Translator endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Microsoft Text Translator destinations can also be manually configured to send data to any valid Microsoft Text Translator API endpoint, including endpoints not covered by the pre-built templates or custom request formatting. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.
Microsoft Text Translator API typically uses the POST method and expects JSON format. The endpoint URL should be the complete URL including the protocol (https://), the API base URL (api.cognitive.microsofttranslator.com), the endpoint path (/translate), and the required api-version, from, and to query parameters (e.g., https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&from=en&to=es). The request body should contain an array of text objects with a Text property (e.g., [{"Text": "{message.text}"}]), or you can use {message.json} to send the entire Nexset data as JSON. For detailed information about request body formats, supported languages, and translation options, see the Microsoft Translator Text API reference.
Save & activate
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured Microsoft Text Translator endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Microsoft Text Translator endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.