Actions6
Overview
This node interacts with the VeoAPIs service to generate image variations based on input image URLs. It allows users to create multiple variations of given images with specified output formats and aspect ratios. The node is useful for scenarios such as product image enhancement, creative image generation, and bulk image processing where variations of existing images are needed. For example, an e-commerce platform could use this node to generate different styled images of a product for marketing purposes.
Use Case Examples
- Generate multiple variations of a product image in PNG format with a square aspect ratio.
- Create JPEG variations of a set of images and receive the results as a ZIP file for easy download.
Properties
| Name | Meaning |
|---|---|
| Image URLs | Comma-separated URLs of images to create variations from, used as the source images for generating variations. |
| Output Format | The desired output image format for the generated variations, such as PNG, JPEG, or WEBP. |
| Image Size | Aspect ratio for the generated image variations, such as 1:1 (Square), 16:9 (Landscape), or 9:16 (Portrait). |
| Return as ZIP | Boolean flag indicating whether to return the generated image variations as a ZIP file for easier download and management. |
Output
JSON
data- The response data containing the generated image variations or ZIP file information.
Dependencies
- An API key credential for VeoAPIs service
Troubleshooting
- Ensure the provided image URLs are accessible and valid to avoid request failures.
- Check that the API key credential is correctly configured and has sufficient permissions.
- If the node returns errors related to output format or image size, verify that the selected options are supported by the API.
- When using the ZIP return option, ensure the client consuming the output can handle ZIP files appropriately.
Links
- VeoAPIs Documentation - Official documentation for the VeoAPIs service, including image variation generation.