Skip to content

创建任务 recraft-ai/recraft-v3

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "input": {
      "size": "1365x1024",
      "style": "any",
      "prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
      "aspect_ratio": "Not set"
    }
  }

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/replicate/v1/models/recraft-ai/recraft-v3/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "input": {
      "size": "1365x1024",
      "style": "any",
      "prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
      "aspect_ratio": "Not set"
    }
  }'

返回示例

🟢200成功 示例

{
    "id": "w5k77rccg1rma0crb40tssh86g",
    "model": "recraft-ai/recraft-v3",
    "version": "hidden",
    "input": {
        "aspect_ratio": "Not set",
        "prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
        "size": "1365x1024",
        "style": "any"
    },
    "logs": "",
    "output": null,
    "data_removed": false,
    "error": null,
    "status": "starting",
    "created_at": "2025-07-30T01:45:30.496Z",
    "urls": {
        "cancel": "https://api.replicate.com/v1/predictions/w5k77rccg1rma0crb40tssh86g/cancel",
        "get": "https://api.replicate.com/v1/predictions/w5k77rccg1rma0crb40tssh86g",
        "stream": "https://stream.replicate.com/v1/files/bcwr-otkjt5aiey7d63eore5rhoezsvrxwsc5q6ow2x5lpqh3l6x33hgq",
        "web": "https://replicate.com/p/w5k77rccg1rma0crb40tssh86g"
    }
}

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

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