Generate videos by specifying a start frame and an end frame, combined with text prompts. The model interpolates between the two frames to generate coherent motion content. Use the Google Veo 3.1 Fast model (veo-3.1-fast-generate-001) for faster 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-fast-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}"