Actions20
- AI Scrape Actions
- Analyze Sentiment Actions
- Convert to SQL Actions
- Generate Embedding Actions
- HTML to Any Actions
- Image Generation Actions
- Make Prediction Actions
- NSFW Detection Actions
- Object Detection Actions
- Process Image Actions
- Profanity Detection Actions
- Search Web Actions
- Spam Detection Actions
- Speech to Text Actions
- Spell Check Actions
- Summary Actions
- Text to Speech Actions
- Translate Actions
- Translate Image Actions
- Web Suggestion Actions
Overview
This node integrates with the JigsawStack API to translate text from one language to another. It is designed to handle multiple pieces of text in a single execution, making it useful for batch translation tasks. Common scenarios include translating user-generated content, localizing application text, or converting documents into different languages. For example, a marketing team could use this node to quickly translate product descriptions into several target languages.
Properties
Name | Meaning |
---|---|
Text | One or more texts to be translated. You can add multiple text entries to translate them all at once. |
Target Language | The language code representing the desired output language (e.g., "es" for Spanish). |
Output
The node outputs a JSON object containing the translated text(s). Each input text corresponds to a translated output in the same order. If the node supports binary data output, it would typically relate to any associated media or files, but for this operation, the focus is on textual JSON output.
Dependencies
- Requires an API key credential for authenticating with the JigsawStack API.
- The node makes HTTP requests to
https://api.jigsawstack.com/v1
. - Proper configuration of the API key credential within n8n is necessary for successful operation.
Troubleshooting
Common Issues:
- Missing or invalid API key will cause authentication failures.
- Providing unsupported or incorrect language codes may result in errors or untranslated text.
- Exceeding API rate limits could lead to temporary blocking or throttling.
Error Messages:
- Authentication errors typically indicate issues with the API key; verify and re-enter credentials.
- Validation errors related to the "Text" or "Target Language" properties suggest missing or malformed inputs; ensure all required fields are correctly filled.
- Network or timeout errors might require checking internet connectivity or API service status.
Links and References
- JigsawStack API Documentation (for detailed API capabilities and supported languages)
- ISO 639-1 Language Codes (to find valid language codes for the target language property)