Image to Video
Generate videos from images.
Request
Make aPOST request to below endpoint and pass the required parameters in the request body.
Body
Body
Your API Key used for request authorization
The ID of the model to use
svd URL of the initial image
Text prompt describing desired video elements
Items you don't want in the video
Height in pixels
x <= 512Width in pixels
x <= 512Number of frames
x <= 25Number of denoising steps
x <= 50Start value of guidance scale
1 <= x <= 8End value of guidance scale
1 <= x <= 8Motion control parameter
Noise augmentation strength
0 <= x <= 1Frames per second
x <= 16Output format
mp4, gif Store in temporary storage
Webhook URL
Tracking ID
Response
Image-to-video generation response
Status of the video generation
success, processing, error Time taken to generate the video in seconds
Unique identifier for the video generation
Array of generated video URLs
Array of proxy video URLs
Array of future video URLs for queued requests
Metadata about the video generation including all parameters used
Estimated time for completion in seconds (processing status)
Status message or additional information
Additional information or tips for the user
URL to fetch the result when processing

