DeepL Action Block
The DeepL Action Block enables text translation, language detection, and usage monitoring via the DeepL API within your workflows.
⚠️
Requires a DeepL API authentication key. Obtain one from your DeepL Pro account at https://www.deepl.com/pro-api (opens in a new tab).
Supported Actions
- Translate Text - Translate text between 30+ supported languages with high accuracy.
- Detect Language - Identify the language of input text.
- Get Usage - Retrieve current API usage and character limits.
Configuration
- Auth Key - DeepL API authentication key (Free or Pro tier).
- Source Language - Optional source language code (auto-detected if omitted).
- Target Language - Required target language code (e.g.,
EN-US,DE,FR,JA). - Text - The text content to translate or detect.
- Formality - Preferred formality level (default, more, less, prefer_more, prefer_less).
Use Cases
- Translate chatbot messages in real time to support multilingual users.
- Detect the language of incoming messages and route them to the appropriate workflow.
- Build a content localization pipeline that translates documents into multiple languages.