Skip to content

创建任务 minimax/video-01

POST https://aiapi.winfull.top/replicate/v1/models/minimax/video-01/predictions 官方文档:https://replicate.com/minimax/video-01

请求参数

Authorization 在 Header 添加参数 Authorization ,其值为在 Bearer 之后拼接 Token 示例: Authorization: Bearer ******************** Header 参数 生成代码 Body 参数application/json 生成代码 示例

{
    "input": {
      "prompt": "a woman is walking through a busy Tokyo street at night, she is wearing dark sunglasses",
      "prompt_optimizer": true
    }
  }

请求示例代码

Shell JavaScript Java Swift Go PHP Python HTTP C C# Objective-C Ruby OCaml Dart R 请求示例请求示例 Shell JavaScript Java Swift cURLcURL-WindowsHttpiewgetPowerShell

curl --location --request POST 'https://aiapi.winfull.top/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成功 application/json生成代码 Body 生成代码 示例

{
    "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接口平台