Skip to content

Describe (Image Description)

Overview

  • Method: POST
  • Path: /ideogram/describe
  • Content-Type: multipart/form-data

Authentication

  • Authorization: Bearer sk-xxx (required)

Request Example

HeaderExampleRequired
Content-Typemultipart/form-dataYes
AuthorizationBearer sk-xxxxYes

Form Fields

ParameterTypeRequiredDescription
image_filefileYesUpload image (JPEG/WEBP/PNG)

Response Example (200)

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