Image Mixer API — Blend Multiple Images
Blend multiple source images into a single composition using AI. Mix styles, subjects, and compositions.
Image Mixer
Blend two or more source images into a new composition. Useful for style transfer, subject combination, or moodboard generation.
curl -X POST 'https://stablediffusionapi.com/api/v3/image_mixer' \
-d '{
"key": "YOUR_API_KEY",
"images": ["https://example.com/a.jpg", "https://example.com/b.jpg"],
"weights": [0.6, 0.4],
"prompt": "combine the subject of A with the style of B"
}'