Skip to main content
POST
  • Asynchronous processing mode, returns task ID for subsequent queries
  • Supports multiple generation modes including text-to-video and image-to-video
  • Generated video links are valid for 24 hours, please save them promptly
Important Change: For better performance and cost control, we no longer support passing base64 image data directly in image_urls. Please use the Upload 이미지 API first to upload images and get URLs, then call this endpoint.

Authorizations

string
필수
All endpoints require Bearer Token authenticationGet your API Key from the API Key Management PageAdd to request header:

Body

string
기본값:"veo3.1-fast"
필수
Video generation model nameAvailable models:
  • veo3.1-fast - Fast generation model, suitable for quick preview and iteration
  • veo3.1-quality - High-quality generation model, suitable for final production
  • veo3.1-lite - Lightweight generation model, suitable for lower-cost fast generation
Example: "veo3.1-fast"
string
필수
Text description for video generation
integer
Video duration (seconds)Fixed value: 8 (VEO3 only supports 8-second duration)
string
Video resolutionSupported formats:
  • 16:9 (landscape)
  • 9:16 (portrait)
string[]
Array of reference image URLs for image-to-video generation⚠️ URL format only (base64 no longer supported)
  • Publicly accessible image URL (http:// or https://)
  • You can use the Upload 이미지 API to upload local images and get URLs
Limits:
  • Maximum file size: 10MB
  • Supported formats: .jpeg, .jpg, .png, .webp
object
VEO3-specific extended parameters

응답

string
Unique task identifier for status queries
string
Object type, always generation.task
string
모델 name used
string
Task status
  • queued - Queued for processing
  • in_progress - Processing
  • completed - Successfully completed
  • failed - Failed
integer
Task progress percentage (0-100)
integer
Task creation timestamp (Unix timestamp)
object
Task metadata