Skip to content

创建视频,带图片

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "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"
}

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "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"
}'

返回示例

🟢200OK 示例

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

最后更新:2025-10-06 15:02:51

🚀 伝富AI-API文档 - 强大的AI接口平台