Given a language pair, this method returns all MT systems that are able to translate these languages.
Available from November 2021.
URL
(GET) /api/settings/mt/findmatches
PARAMETERS
The BODY is a JSON object with these properties:
src | The source locale such as "en" or "fr-FR". | string, Mandatory |
trg | The target locale. | string, Mandatory |
RESULTS
The result is a JSON object with all active machine translation systems in the order they are configured. Each element has these properties:
id | The unique ID of the MT profile. | int |
name | The name of the profile. | string |
system | The underlying system such as "Microsoft" or "Intento" | string |
enabled | True: The connector is enabled. Note that this API only returns enabled connectors and so this property is always true. | bool |
provider | An internal numeric code for the system. | int |
EXAMPLES
Get enabled systems:
(GET) /api/settings/mt/names?enabledOnly=true
ACCESS RIGHTS
For users who can also access MT configurations online.