POST
/
ideogram
/
remix-image
curl -X POST https://api.example.com/ideogram/remix-image \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "images": ["image1_url", "image2_url"],
    "prompt": "Blend these images"
  }'
Blend images using the Ideogram Remix feature.

Request Parameters

images
array
required
Array of images to blend.
prompt
string
Blending instruction.
curl -X POST https://api.example.com/ideogram/remix-image \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "images": ["image1_url", "image2_url"],
    "prompt": "Blend these images"
  }'