How to use Transition(First-last frame Feature)
Overview
POST https://app-api.pixverse.ai/openapi/v2/video/transition/generate
API reference : https://docs.platform.pixverse.ai/transitionfirst-last-frame-generation-15123014e0
Usage Instructions
Upload Images
Upload both your first frame and last frame images using the upload image endpoint(), and note the returned
img_id
values for each.Create Video Task
Make a request to the video generation endpoint with the following parameters:
prompt
: Describe the desired transition process to guide the video generationmodel
: "v3.5" is available nowduration
: 5 or 8quality
: "360p" or "540p" or "720p" or "1080p"motion_mode
: "normal" or "fast"seed
: range: 0 - 2147483647first_frame_img
: The image ID of your first framelast_frame_img
: The image ID of your last frame{
"prompt": "transform into a puppy",
"model": "3.5",
"duration": 5,
"quality": "540p",
"motion_mode": "normal",
"seed": 937433858,
"first_frame_img": 0,
"last_frame_img": 0
}
Track Progress
video_id
View Results
Once the status equals 1, use the provided URL to view or download your generated video.