Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Given a language pair, this method returns all MT systems that are able to translate these languages.

Warning

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

trgThe 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:

idThe unique ID of the MT profile.int
nameThe name of the profile.string
systemThe underlying system such as "Microsoft" or "Intento"string
enabledTrue: The connector is enabled. Note that this API only returns enabled connectors and so this property is always true.bool
providerAn internal numeric code for the system.int


EXAMPLES

Get enabled systems:

Code Block
(GET) /api/settings/mt/names?enabledOnly=true


ACCESS RIGHTS

For users that can access the Wordbee Translator "Settings" pages.