Bir Midjourney blend görevi oluşturun
CometAPI ile bir veya daha fazla girdiyi yeni bir Midjourney tarzı görselde harmanlamak için görselleri POST /mj/submit/blend endpoint’ine gönderin.
Çağırmadan önce
- 2 ila 5 kaynak görsel hazırlayın
- İlk testi küçük tutun ve ihtiyaç duymadığınız sürece ek hesap yönlendirme seçeneklerini atlayın
- Döndürülen task id değerini kaydedin, çünkü harmanlama hâlâ asenkrondur
Görev akışı
Blend görevini gönderin
Görevi sorgulayın
Sonuçtan devam edin
Yetkilendirmeler
Bearer token authentication. Use your CometAPI key.
Gövde
Two or more base64-encoded images to blend. Each item should be a data URI such as data:image/png;base64,xxx.
Output aspect ratio.
PORTRAIT, SQUARE, LANDSCAPE Webhook URL to receive task status updates. Falls back to your account-level webhook if omitted.
Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
Bot type to use. MID_JOURNEY for Midjourney (default), NIJI_JOURNEY for Niji.
MID_JOURNEY, NIJI_JOURNEY