Home / Vidu Q3 Pro: Generate a Video from the First and Last Frames
Vidu

Vidu Q3 Pro: Generating a Video from the First and Last Frames

Video
Model API Documentation

Vidu Q3 Pro can generate high-quality videos from a start and end frame image, using text-guided motion interpolation, and supports resolutions up to 1080p.

0 / 2000

0 of 2

To be generated
Empty state

After setting the parameters, click "Generate" to get the results

Request JSON

{}

API

Submit Assignment

curl --location --request POST 'https://api.jiekou.ai/v3/async/vidu-q3-pro-f2v' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'

Search results

curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"
Contact Us