JigsawStack icon

JigsawStack

Use JigsawStack API

Actions20

Overview

This node integrates with the JigsawStack API to perform spell checking on a given text input. It is useful for scenarios where you want to automatically detect and correct spelling errors in user-generated content, documents, or any textual data within an n8n workflow. For example, it can be used to clean up customer feedback before analysis or to ensure that content published on websites is free of spelling mistakes.

Properties

Name Meaning
Text The text string that you want to check for spelling errors.
Language Code The language code of the text to be checked (e.g., "en" for English). Default is "en".

Output

The node outputs a JSON object containing the results of the spell check operation. This typically includes information about detected spelling errors, suggested corrections, and possibly the corrected text. The exact structure depends on the JigsawStack API response but generally provides detailed feedback on the spelling issues found in the input text.

No binary data output is expected from this node.

Dependencies

  • Requires an API key credential for authenticating requests to the JigsawStack API.
  • The node sends requests to the base URL https://api.jigsawstack.com/v1.
  • Proper configuration of the API key credential in n8n is necessary for successful operation.

Troubleshooting

  • Common Issues:

    • Missing or invalid API key will cause authentication failures.
    • Providing empty or very short text may result in no meaningful output.
    • Unsupported or incorrect language codes might lead to inaccurate spell checking or errors.
  • Error Messages:

    • Authentication errors usually indicate problems with the API key; verify the key and its permissions.
    • Validation errors may occur if required properties like "Text" or "Language Code" are missing or malformed.
    • Network or API downtime errors should be retried later or checked against JigsawStack service status.

Links and References

Discussion