Remix
Overview
- Method:
POST
- Method:
- Path:
/ideogram/remix
- Path:
- Content-Type:
multipart/form-data
- Content-Type:
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 | Source image (JPEG/WEBP/PNG) |
| image_request | object | Yes | Refer to generation parameters, image_weight is the reference image weight |
Response Example (200)
json
{
"created": "2024-10-30T22:46:49.796902+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A serene tropical beach scene at sunset...",
"resolution": "800x1280",
"seed": 12345,
"style_type": "GENERAL",
"url": "https://ideogram.ai/api/images/ephemeral/DUh04fZjQ4iZ6yGihXWd8A.png?exp=1730414816&sig=..."
}
]
}