VeoAPIs icon

VeoAPIs

Interact with VeoAPIs - AI image generation, video creation, and data scraping

Actions6

Overview

This node interacts with VeoAPIs to generate videos based on a text prompt and optional reference images. It supports different video generation models, aspect ratios, and additional options like enabling fallback models and prompt translation. This node is useful for automating video creation from descriptive prompts, such as generating marketing videos, social media content, or creative visual stories.

Use Case Examples

  1. Generate a video of a dog playing in a park using the fast model and 16:9 aspect ratio.
  2. Create a portrait-oriented video with reference images to guide the style and content.
  3. Use a specific random seed to reproduce a previously generated video.

Properties

Name Meaning
Prompt Text prompt describing the video to generate, required for video generation.
Model Video generation model to use, either Standard or Fast.
Aspect Ratio Aspect ratio of the generated video.
Image URLs Comma-separated URLs of reference images to influence video generation.
Seeds Random seed number for reproducibility of the generated video, between 10000 and 99999.
Enable Fallback Boolean to enable a fallback model if the primary model fails.
Enable Translation Boolean to enable automatic translation of the prompt before video generation.

Output

JSON

  • json - The JSON response from the VeoAPIs video generation endpoint containing the generated video data and metadata.

Dependencies

  • Requires an API key credential for VeoAPIs with access to the video generation endpoint.

Troubleshooting

  • Common issues include invalid or missing API key, which will cause authentication errors.
  • Incorrect prompt format or unsupported characters may cause generation failures.
  • If the fallback model is disabled and the primary model fails, the node will throw an error unless 'Continue On Fail' is enabled.
  • Network or API service downtime can cause request failures; retrying later may resolve the issue.

Links

Discussion