Actions6
Overview
This node interacts with the VeoAPIs service to generate images based on user-provided prompts and optional reference images. It supports specifying the output image format and aspect ratio. This node is useful for creating AI-generated images for creative projects, marketing materials, or visual content generation based on textual descriptions.
Use Case Examples
- Generating a square PNG image of a beautiful sunset over mountains using a text prompt.
- Creating a landscape JPEG image with reference images to guide the AI generation process.
Properties
| Name | Meaning |
|---|---|
| Prompt | Text prompt describing the image to generate, required for image generation. |
| Image URLs | Comma-separated URLs of reference images to influence the generated image. |
| Output Format | The format of the output image file. |
| Image Size | Aspect ratio for the generated image. |
Output
JSON
data- The response data from the VeoAPIs image generation endpoint containing the generated image details.
Dependencies
- VeoAPIs API key credential required for authentication to the VeoAPIs service.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access the VeoAPIs image generation endpoint.
- Verify that the prompt is not empty as it is required to generate an image.
- Check that any provided image URLs are valid and accessible to avoid errors during reference image processing.
- If the node throws errors related to network or API response, verify the API URL and network connectivity.
Links
- VeoAPIs Documentation - Official documentation for the VeoAPIs service including image generation API details.