DeepL integration (AI, Productivity). Imported from open-connector.
https://api-free.deepl.com/v2/usage
/v2/translate
| Param | Type | Required | Description |
|---|---|---|---|
| texts | array | required | The text items to translate in a single DeepL request. |
| target_lang | string | required | The target language code for the translation. |
| source_lang | string | optional | The source language code to force upstream. |
| context | string | optional | Optional context that guides translation without being translated itself. |
| formality | string | optional | The DeepL formality preference for supported target languages. |
| split_sentences | string | optional | The DeepL sentence splitting mode. |
| preserve_formatting | boolean | optional | Whether DeepL should preserve the original input formatting. |
| show_billed_characters | boolean | optional | Whether DeepL should include billed_characters in the translation response. |