Skip to main content
POST
Submit Veo 3.1 Fast Reference 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 Reference to Video

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

Available Models

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

Duration Options

  • 8 seconds - Fixed duration for this model.

Key Features

  • Guide Veo 3.1 Fast with exactly three reference images.
  • 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 reference-to-video; do not send a separate generation_type field.

Image URLs

  • Provide exactly three reference images.
  • 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/reference-to-video
Example:

"veo3.1-fast/reference-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