Skip to content

创建任务 ideogram-ai/ideogram-v2-turbo

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "input": {
      "prompt": "An illustration of a gold running shoe with the text \"Run AI with an API\" written on the shoe. The shoe is placed on a pink background. The text is white and bold. The overall image has a modern and techy vibe, with elements of speed.",
      "resolution": "None",
      "style_type": "None",
      "aspect_ratio": "1:1",
      "magic_prompt_option": "Auto"
    }
  }

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/replicate/v1/models/ideogram-ai/ideogram-v2-turbo/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "input": {
      "prompt": "An illustration of a gold running shoe with the text \"Run AI with an API\" written on the shoe. The shoe is placed on a pink background. The text is white and bold. The overall image has a modern and techy vibe, with elements of speed.",
      "resolution": "None",
      "style_type": "None",
      "aspect_ratio": "1:1",
      "magic_prompt_option": "Auto"
    }
  }'

返回示例

🟢200成功 示例

{
    "id": "2jycc2v9nnrmc0crap5tv5zaxr",
    "model": "ideogram-ai/ideogram-v2-turbo",
    "version": "hidden",
    "input": {
        "aspect_ratio": "1:1",
        "magic_prompt_option": "Auto",
        "prompt": "An illustration of a gold running shoe with the text \"Run AI with an API\" written on the shoe. The shoe is placed on a pink background. The text is white and bold. The overall image has a modern and techy vibe, with elements of speed.",
        "resolution": "None",
        "style_type": "None"
    },
    "logs": "",
    "output": null,
    "data_removed": false,
    "error": null,
    "status": "starting",
    "created_at": "2025-07-29T09:37:36.685Z",
    "urls": {
        "cancel": "https://api.replicate.com/v1/predictions/2jycc2v9nnrmc0crap5tv5zaxr/cancel",
        "get": "https://api.replicate.com/v1/predictions/2jycc2v9nnrmc0crap5tv5zaxr",
        "stream": "https://stream.replicate.com/v1/files/bcwr-irvir7a5lzv2z6pja5hol5cy36lt5jekok743kcmbfu4gtvpv7vq",
        "web": "https://replicate.com/p/2jycc2v9nnrmc0crap5tv5zaxr"
    }
}

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

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