Vidu Q3 Turbo is an image-to-video tool that converts static images into dynamic videos. It supports motion generation guided by text and offers a variety of resolution and aspect ratio options.
0 of 3

After setting the parameters, click "Generate" to get the results
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/vidu-q3-turbo-i2v' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"