Image to Video
Transform static images into zoom-animated videos
Authorizations
X-API-KeystringRequired
Body
image_urlstring · uriRequired
Input image URL
positive_promptstringRequired
Prompt describing the desired scene
negative_promptstringOptional
Prompt describing what to avoid
widthintegerRequired
Width of the generated video
heightintegerRequired
Height of the generated video
videoLengthintegerRequired
Length of the video in seconds
Responses
200
Returns task ID and processing status
application/json
post
/image-to-video/v1/generate200
Returns task ID and processing status
Authorizations
X-API-KeystringRequired
Path parameters
task_idstringRequired
Task ID returned from video generation
Responses
200
Returns status and video URL (if finished)
application/json
get
/image-to-video/v1/status/{task_id}200
Returns status and video URL (if finished)
Last updated