← Tools Reference

Lingvanex Translation API

Lingvanex Translation API integration (AI, Productivity). Imported from open-connector.

API key3 toolshttps://api-gl.lingvanex.com
POST
lingvanex_translation_api_translate_text
Translate one text value or a bounded list of text values with Lingvanex.

/language/translate/v2

5 parameters
ParamTypeRequiredDescription
qstringrequiredThe text values to translate with Lingvanex.
targetstringrequiredThe target language code for the translation.
sourcestringoptionalThe source language code. Lingvanex detects the source language when omitted.
formatstringoptionalThe source text format.
modelstringoptionalThe optional translation model passed to Lingvanex.
POST
lingvanex_translation_api_detect_language
Detect the language of one text value or a list of text values.

/language/translate/v2/detect

1 parameter
ParamTypeRequiredDescription
qstringrequiredThe text values to inspect with Lingvanex.
GET
lingvanex_translation_api_list_languages
List languages supported by the Lingvanex Translation API.

/language/translate/v2/languages

2 parameters
ParamTypeRequiredDescription
targetstringoptionalThe language code used to localize returned language names.
modelstringoptionalThe optional translation model passed to Lingvanex.