Membuat task blend Midjourney
Kirim gambar ke endpoint POST /mj/submit/blend untuk memadukan satu atau beberapa input menjadi gambar bergaya Midjourney yang baru dengan CometAPI.
Sebelum Anda memanggilnya
- Siapkan 2 hingga 5 gambar sumber
- Buat pengujian pertama tetap kecil dan lewati opsi perutean akun tambahan kecuali Anda membutuhkannya
- Simpan task id yang dikembalikan, karena blend masih bersifat asynchronous
Alur task
Kirim task blend
Poll task
Lanjutkan dari hasil
Otorisasi
Bearer token authentication. Use your CometAPI key.
Body
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