إنشاء مهمة blend في Midjourney
أرسل الصور إلى نقطة النهاية POST /mj/submit/blend لدمج إدخال واحد أو أكثر في صورة جديدة بأسلوب Midjourney باستخدام CometAPI.
قبل استدعائها
- جهّز من 2 إلى 5 صور مصدرية
- اجعل الاختبار الأول صغيرًا وتخطَّ خيارات توجيه الحساب الإضافية ما لم تكن بحاجة إليها
- احفظ task id المُعاد، لأن عملية blending لا تزال غير متزامنة
تدفق المهمة
إرسال مهمة blend
الاستعلام عن المهمة
المتابعة من النتيجة
التفويضات
Bearer token authentication. Use your CometAPI key.
الجسم
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