← Tools Reference

DeepL

DeepL integration (AI, Productivity). Imported from open-connector.

API key2 toolshttps://api-free.deepl.com
POST
deepl_get_usage
Fetch the current DeepL API usage and quota counters for the connected API key.

/v2/usage

POST
deepl_translate_text
Translate one or more text items with DeepL and return the normalized translation results.

/v2/translate

8 parameters
ParamTypeRequiredDescription
textsarrayrequiredThe text items to translate in a single DeepL request.
target_langstringrequiredThe target language code for the translation.
source_langstringoptionalThe source language code to force upstream.
contextstringoptionalOptional context that guides translation without being translated itself.
formalitystringoptionalThe DeepL formality preference for supported target languages.
split_sentencesstringoptionalThe DeepL sentence splitting mode.
preserve_formattingbooleanoptionalWhether DeepL should preserve the original input formatting.
show_billed_charactersbooleanoptionalWhether DeepL should include billed_characters in the translation response.