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, including AI-powered image analysis features. Specifically, the AI - Picture Object Recognition operation allows users to analyze an image by providing its URL and receive recognized objects within that image. This is useful in scenarios such as automated content tagging, visual search, or monitoring images for specific items.
For example, you can input an image URL of a street scene, and the node will return detected objects like cars, people, traffic signs, etc., enabling further automation based on those detections.
Properties
| Name | Meaning |
|---|---|
| Image URL | URL of the image you want to analyse. Must be a valid accessible image URL. |
| Code Variables | Optional collection of code variables defined in the code editor environment. Each variable has: |
| - Variable Name or ID: The name or identifier of the variable. | |
| - Value: The value assigned to that variable. Useful for passing dynamic data into custom code execution. |
Output
- The output JSON contains the results returned from the AI picture object recognition API endpoint.
- Typically, this includes an array or object describing the recognized objects in the image, their types, positions, confidence scores, or other metadata depending on the underlying service.
- The node does not explicitly handle binary data for this operation; output is purely JSON structured data representing recognition results.
Dependencies
- Requires an API key credential for the 0CodeKit service (referred generically as "an API key credential").
- The node sends requests to the 0CodeKit API endpoints corresponding to the selected resource and operation.
- No additional external dependencies are indicated beyond the configured API authentication.
Troubleshooting
Common issues:
- Invalid or inaccessible Image URL: Ensure the URL points to a publicly accessible image.
- Missing or invalid API credentials: Verify that the API key credential is correctly set up.
- Network connectivity problems: Confirm that the n8n instance can reach the 0CodeKit API endpoints.
Error messages:
- Errors thrown by the API (e.g., unauthorized, bad request) will be surfaced. Check the error message for details.
- If the node is set to continue on fail, errors will be included in the output JSON with an
errorfield.
Resolution tips:
- Double-check all required parameters are provided.
- Validate the image URL manually in a browser.
- Review API key permissions and validity.
- Enable "Continue On Fail" to handle errors gracefully during batch processing.
Links and References
- n8n Expressions Documentation — for using expressions in variable values.
- 0CodeKit official documentation (not linked here due to lack of explicit URL in source).