Flexible integration with custom translation services. Supports multiple authentication methods and request structures for custom integrations with any translation service provider.

Custom Translation Engine

Create a custom translation engine to integrate with any translation service provider that offers an API. This engine supports multiple authentication methods (Bearer Token, OAuth 2.0, Basic Auth) and allows you to configure the API request structure to match your service provider’s requirements.

How to Create a Custom Translate Engine in SimpleT

  1. Navigate to Translation Engine in the NavBar
  2. Click New Engine
  3. Select Custom Translate Engine as the Translation Engine
  4. Enter the URL of your translation API endpoint
  5. Select the Method: GET, POST, or PUT
  6. Select the Authentication Protocol (see options below)
  7. Select the Desired Structure matching your API's response format (see below)
  8. Fill in the credentials required for your chosen authentication method
  9. Select the Languages this engine should support
  10. Set the Batch Size and Priority
  11. Click Create

Authentication Options

Method Required Fields
No Auth None — URL only
Bearer Token Token Prefix (e.g. "Bearer") + Bearer Token value
Basic Authentication Username + Password
OAuth 2.0 Client ID + Client Secret + Callback URL + Scope

Desired Structure

The Desired Structure tells SimpleT how to read the response from your API. Your API must return a response that matches one of the following formats: