Using the Google Veo 3.1 model, generate a transition video based on the provided start and end frames. Supports durations of 4, 6, or 8 seconds, resolutions of 720p and 1080p, and optional audio generation.
0/1 page

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