Create Video with Image

No Description

Endpoint

POST http://v98store.com/v1/video/create

cURL Command

curl -X POST 'http://v98store.com/v1/video/create' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "prompt": "牛飞天 ", "model": "veo3-fast-frames", "images": [ "https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png", "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png" ], "enhance_prompt": true, "enable_upsample": true, "aspect_ratio": "16:9" }'

Parameters

NameInDescriptionRequired
Content-TypeheaderYes
AcceptheaderYes
AuthorizationheaderNo

Request Body

Example

{
  "prompt": "牛飞天 ",
  "model": "veo3-fast-frames",
  "images": [
    "https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
    "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
  ],
  "enhance_prompt": true,
  "enable_upsample": true,
  "aspect_ratio": "16:9"
}

Responses

200 -

Example

{
  "id": "veo3-fast-frames:1762010543-twr7BEQ5wO",
  "status": "pending",
  "status_update_time": 1762010543957
}