Skip to main content
POST
Submit Veo 3.1 Fast Image to Video Task
  1. Submit the request with VIDGO_API_KEY. After submission, a task_id is returned. If callback_url is provided, Vidgo sends the result after the task finishes or fails.
  2. You can always retrieve the result through the unified Query Task Status endpoint.

Veo 3.1 Fast Image to Video

Generate an 8-second video with the Google Veo 3.1 Fast model.

Available Models

  • veo3.1-fast/image-to-video - Veo 3.1 Fast image to video generation

Duration Options

  • 8 seconds - Fixed duration for this model.

Key Features

  • Generate between an explicit starting frame and ending frame.
  • Supports up to 4k output resolution.
  • Generated video URLs are temporary and should be downloaded promptly.

Advanced Parameters

Generation Type

  • The model ID fixes generation to image-to-video; do not send a separate generation_type field.

Image URLs

  • Provide exactly two images in starting-frame, ending-frame order.
  • Images must be publicly accessible and directly downloadable.

Resolution

  • 720p (default), 1080p, or 4k.

Pricing

Pricing varies by model variant and resolution. Check the Vidgo dashboard for the current rate.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer VIDGO_API_KEY.

Body

application/json
model
enum<string>
required

Vidgo public model identifier.

Available options:
veo3.1-fast/image-to-video
Example:

"veo3.1-fast/image-to-video"

input
object
required
callback_url
string<uri>

Optional webhook callback URL.

Response

Task submitted successfully

code
integer
required
Example:

200

data
object
required