Use the Google Veo 3.1 Fast model to generate videos guided by 1–3 reference images. Supports 720p and 1080p resolutions, as well as 16:9 and 9:16 aspect ratios. The video duration is fixed at 8 seconds. Only "asset" reference types are supported.

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-reference' \
--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}"