Authorization: Bearer ********************{
"model": "veo-3.1-generate-preview",
"prompt": "一只橘猫在雨夜的霓虹城市中行走,电影感镜头,镜头平滑推进,真实环境音,画面细腻",
"seconds": "8",
"size": "1280x720",
"metadata": {
"resolution": "1080p",
"aspectRatio": "16:9",
"negativePrompt": "blurry, watermark, distorted, low quality"
}
}curl --location 'https://api.xgapi.top/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "veo-3.1-generate-preview",
"prompt": "一只橘猫在雨夜的霓虹城市中行走,电影感镜头,镜头平滑推进,真实环境音,画面细腻",
"seconds": "8",
"size": "1280x720",
"metadata": {
"resolution": "1080p",
"aspectRatio": "16:9",
"negativePrompt": "blurry, watermark, distorted, low quality"
}
}'{
"id": "task_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"task_id": "task_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"object": "video",
"model": "veo-3.1-generate-preview",
"status": "queued",
"progress": 0,
"created_at": 1775025000
}