Describe (Image Description)
Overview
- Method:
POST - Path:
/ideogram/describe - Content-Type:
multipart/form-data
Authentication
Authorization: Bearer sk-xxx(required)
Request Example
Header
| Header | Example | Required |
|---|---|---|
| Content-Type | multipart/form-data | Yes |
| Authorization | Bearer sk-xxxx | Yes |
Form Fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| image_file | file | Yes | Upload image (JPEG/WEBP/PNG) |
Response Example (200)
json
{
"descriptions": [
{
"text": "A vibrant and dynamic abstract design..."
}
]
}