Flexible integration with custom translation services. Supports multiple authentication methods and request structures for custom integrations with any translation service provider.
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
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: