Make sure you add your s3 details for
video
server, so you can receive image generated in your bucket. Images generated without s3 details being added will be delete after 24 hours
Request
Make aPOST
request to below endpoint and pass the required parameters in the request body.
curl
Body Attributes
Your unique API key used for authorization.
The ID of the model to use. Allowed values: svd.
Items you do not want in the video.
Enhance prompts for better results. Options: yes/no.
A link or base64 equivalent of a valid PNG, JPEG, or other image format file to use as initial image conditioning.
The height of the video in pixels. Maximum: 512.
The width of the video in pixels. Maximum: 512.
The number of frames in the generated video. Default: 16, Maximum: 25.
The number of denoising steps. Default: 20, Maximum: 50.
The start value of the guidance scale for video generation when using svd as the model.
The end value of the guidance scale for video generation when using svd as the model.
Higher values lead to more motion in generated videos. Default: 127.
The strength for noise initialization when using svd as the model.
Frames per second rate of the generated video. Maximum: 16.
The output type of the video. Options: mp4, gif, base64.
The interpolation method for generating the video. Default: lerp.
The number of CLIP layers to skip. Default: null. Maximum: 2.
If true, returns an instant response with future links for queued requests instead of waiting for processing.
If true, stores generations in temporary storage. Temporary files are cleaned every 24 hours.
Provide a URL to receive a POST API call once the video generation is complete.
This ID is returned in the response to the webhook API call and will be used to identify the webhook request.
Body
json