Lingvanex Translation API integration (AI, Productivity). Imported from open-connector.
https://api-gl.lingvanex.com/language/translate/v2
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The text values to translate with Lingvanex. |
| target | string | required | The target language code for the translation. |
| source | string | optional | The source language code. Lingvanex detects the source language when omitted. |
| format | string | optional | The source text format. |
| model | string | optional | The optional translation model passed to Lingvanex. |
/language/translate/v2/detect
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The text values to inspect with Lingvanex. |
/language/translate/v2/languages
| Param | Type | Required | Description |
|---|---|---|---|
| target | string | optional | The language code used to localize returned language names. |
| model | string | optional | The optional translation model passed to Lingvanex. |