Actions108
- AI Actions
- Transcribe
- Detect Brand
- Extract Contact Information
- Mood Detection
- Detect Adult Content
- Enitity Detection
- Language Detection
- Too Long To Read
- Check Content Policy
- Detect Faces
- Generate Python Code
- Picture Text Recognition
- Detect Color
- Generate Image
- PDF OCR
- Translation
- Detect Email Type
- Generate Javascript Code
- Picture Object Recognition
- Business Actions
- Calculate Actions
- Code Actions
- Convert Actions
- Crypto Actions
- Date & Time Actions
- Generate Actions
- Image Actions
- Operator Actions
- PDF Actions
- Storage Actions
- Text Actions
- User Actions
Overview
The node "0CodeKit" provides a versatile toolbox of no-code utilities across multiple domains, including AI, business, code execution, conversion, cryptography, generation, image processing, PDF manipulation, storage, date & time, text operations, and user-related functions. Specifically for the AI resource with the "Too Long To Read" operation, the node analyzes a given text input to summarize or extract key information from lengthy content, making it easier to digest.
This node is beneficial in scenarios where users need to quickly understand or process large blocks of text without manually reading through them. For example, summarizing long articles, extracting essential points from reports, or preprocessing text data for further automation.
Properties
| Name | Meaning |
|---|---|
| Text (prompt) | The text you want to analyze for summarization or extraction. |
| Code Variables | A collection of named variables defined in the code editor that can be passed as inputs to the function. Each variable has: - Variable Name or ID: Selectable from a list or specified via expression. - Value: The value assigned to the variable. |
Output
The node outputs JSON data representing the result of the selected operation. For the "Too Long To Read" operation under the AI resource, the output JSON contains the summarized or processed form of the input text, typically a concise summary or extracted key points.
If the node operation returns multiple results (e.g., batch processing), the output is an array of such JSON objects.
The node does not explicitly handle binary data for this operation.
Dependencies
- Requires an API key credential for authentication with the external 0CodeKit service.
- The node sends HTTP POST requests to endpoints structured as
<resource>/<operation>on the 0CodeKit API. - No additional environment variables are indicated beyond the required API key credential.
Troubleshooting
Common Issues:
- Missing or invalid API key credential will cause authentication failures.
- Providing empty or improperly formatted text input may lead to errors or empty results.
- Selecting an unsupported or misspelled operation/resource combination will cause request failures.
Error Messages:
- Errors thrown by the external API are propagated; typical messages might include authentication errors, invalid parameters, or rate limiting.
- If the node is set to continue on fail, errors are returned as JSON objects with an
errorfield containing the error message.
Resolutions:
- Ensure the API key credential is correctly configured and valid.
- Validate input text before running the node.
- Confirm correct selection of resource and operation names.
Links and References
- n8n Expressions Documentation
- 0CodeKit official documentation (not provided in source, check vendor site for API details)