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

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

Available Models

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

Duration Options

  • 8 seconds - Fixed duration for this model.

Key Features

  • Generate directly from a text prompt without image input.
  • 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 text-to-video; do not send a separate generation_type field.

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/text-to-video
Example:

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