Skip to content

openai 编辑视频

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "prompt": "画面更精细一些",
      "size": "1280x720"
}

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/v1/videos/video_099c5197-abfd-4e16-88ff-1e162f2a5c77/remix' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "画面更精细一些",
      "size": "1280x720"
}'

返回示例

🟠401成功 示例

{
    "id": "video_8a60610c-3a5e-4ca8-be05-405f0dc635d0",
    "object": "video",
    "model": "sora_video2",
    "status": "queued",
    "progress": 0,
    "created_at": 1766374127,
    "seconds": "10",
    "size": "1280x720",
    "remixed_from_video_id": "e3215864-dd3c-49b1-8475-e4669b6d5c33",
    "detail": {}
}

最后更新:2025-12-22 03:41:14

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