Skip to content

创建视频,带图片 sora-2

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "images": [
        "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
    ],
    "model": "sora-2",
    "orientation": "portrait",
    "prompt": "make animate",
    "size": "large",
    "duration":15,
    "watermark":false
}

请求示例

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 '{
    "images": [
        "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
    ],
    "model": "sora-2",
    "orientation": "portrait",
    "prompt": "make animate",
    "size": "large",
    "duration":15,
    "watermark":false
}'

返回示例

🟢200成功 示例

{
    "id": "sora-2:task_01k6x15vhrff09dkkqjrzwhm60",
    "status": "pending",
    "status_update_time": 1759763427208
}

最后更新:2025-10-31 08:02:22

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