Skip to content

Describe(图生描述)

概览

  • 请求方法:POST
  • 路径:/ideogram/describe
  • 内容类型:multipart/form-data

认证方式

  • Authorization: Bearer sk-xxx(必选)

请求示例

Header示例必填
Content-Typemultipart/form-data
AuthorizationBearer sk-xxxx

表单字段

参数类型必填描述
image_filefile上传图片(JPEG/WEBP/PNG)

返回示例(200)

json
{
  "descriptions": [
    {
      "text": "A vibrant and dynamic abstract design..."
    }
  ]
}