Image-to-Video
Create a Image To Video video. The estimated frame cost is calculated using 30 FPS. This amount is deducted from your account balance when a video is queued. Once the video is complete, the cost will be updated based on the actual number of frames rendered.
Get more information about this mode at our product page.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The total duration of the output video in seconds.
5 <= x <= 60
5
The height of the input video. This value will help determine the final orientation of the output video. The output video resolution may not match the input.
x >= 300
960
The width of the input video. This value will help determine the final orientation of the output video. The output video resolution may not match the input.
x >= 300
512
Provide the assets for image-to-video.
The name of video
"Image To Video video"
Response
Success
Unique ID of the video. This value can be used in the get video project API to fetch additional details such as status
"clx7uu86w0a5qp55yxz315r6r"
Estimated cost of the video in terms of number of frames needed to render the video. Frames will be adjusted when the video completes
450
Was this page helpful?