Extend the input video by 7 seconds using the Google Veo 3.1 Fast model. Supports 720p and 1080p resolutions, as well as 16:9 and 9:16 aspect ratios. Input video requirements: MP4 format, 24 fps, duration 1–30 seconds.

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