Skip to main content

Generate Veo3 Video

POST 

/api/v1/veo/generate

Create a new video generation task using the Veo3 AI model.

Usage Modes

  1. Text-to-Video Generation

    • Provide text prompt prompt(English only)
  2. Image-to-Video Generation

    • Provide text prompt prompt(English only) and image URL list imageUrls

Request

Responses

Request successful

Callbacks

POST 

{$request.body#/callBackUrl}

When the video generation task is completed, the system will send the result to your provided callback URL via POST request

Callbacks Responses

Callback received successfully