Skip to content

创建任务 minimax/video-01

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "input": {
      "prompt": "a woman is walking through a busy Tokyo street at night, she is wearing dark sunglasses",
      "prompt_optimizer": true
    }
  }

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/replicate/v1/models/minimax/video-01/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "input": {
      "prompt": "a woman is walking through a busy Tokyo street at night, she is wearing dark sunglasses",
      "prompt_optimizer": true
    }
  }'

返回示例

🟢200成功 示例

{
    "id": "ree8dymk95rmc0crb3yt2pqhr4",
    "model": "minimax/video-01",
    "version": "hidden",
    "input": {
        "prompt": "a woman is walking through a busy Tokyo street at night, she is wearing dark sunglasses",
        "prompt_optimizer": true
    },
    "logs": "",
    "output": null,
    "data_removed": false,
    "error": null,
    "status": "starting",
    "created_at": "2025-07-30T01:41:10.089Z",
    "urls": {
        "cancel": "https://api.replicate.com/v1/predictions/ree8dymk95rmc0crb3yt2pqhr4/cancel",
        "get": "https://api.replicate.com/v1/predictions/ree8dymk95rmc0crb3yt2pqhr4",
        "stream": "https://stream.replicate.com/v1/files/bcwr-wykptlq2o5ws5ukylao2u654xfxv6aaaekgxijlr7aibzkftt7bq",
        "web": "https://replicate.com/p/ree8dymk95rmc0crb3yt2pqhr4"
    }
}

最后更新:2025-08-01 07:40:39

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