Skip to main content
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
Text to video endpoint result

Request

Make a POST request to below endpoint and pass the required parameters in the request body.
curl

Body Attributes

string
required
Your unique API key used for authorization.
string
required
The ID of the model to use. Allowed values: svd.
string
Items you do not want in the video.
string
default:"yes"
Enhance prompts for better results. Options: yes/no.
string
A link or base64 equivalent of a valid PNG, JPEG, or other image format file to use as initial image conditioning.
integer
default:"512"
The height of the video in pixels. Maximum: 512.
integer
default:"512"
The width of the video in pixels. Maximum: 512.
integer
default:"16"
The number of frames in the generated video. Default: 16, Maximum: 25.
integer
default:"20"
The number of denoising steps. Default: 20, Maximum: 50.
number
default:"0"
The start value of the guidance scale for video generation when using svd as the model.
number
default:"8"
The end value of the guidance scale for video generation when using svd as the model.
integer
default:"127"
Higher values lead to more motion in generated videos. Default: 127.
number
default:"0.5"
The strength for noise initialization when using svd as the model.
integer
default:"8"
Frames per second rate of the generated video. Maximum: 16.
string
default:"mp4"
The output type of the video. Options: mp4, gif, base64.
string
default:"lerp"
The interpolation method for generating the video. Default: lerp.
integer
The number of CLIP layers to skip. Default: null. Maximum: 2.
boolean
default:"false"
If true, returns an instant response with future links for queued requests instead of waiting for processing.
boolean
default:"false"
If true, stores generations in temporary storage. Temporary files are cleaned every 24 hours.
string
Provide a URL to receive a POST API call once the video generation is complete.
integer
This ID is returned in the response to the webhook API call and will be used to identify the webhook request.

Body

json