Blend (صورة إلى صورة)
أرسل الصور إلى نقطة النهاية POST /mj/submit/blend لمزج إدخال واحد أو أكثر في صورة جديدة بأسلوب Midjourney باستخدام CometAPI.
استخدم نقطة النهاية هذه لمزج من 2 إلى 5 صور مصدرية في تكوين جديد من Midjourney. وهي نقطة إدخال مباشرة ولا تتطلب مهمة imagine سابقة.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
قبل استدعائها
- جهّز من 2 إلى 5 صور مصدرية
- اجعل الاختبار الأول صغيرًا وتجاوز خيارات توجيه الحساب الإضافية ما لم تكن بحاجة إليها
- احفظ task id المُعاد، لأن المزج لا يزال غير متزامن
تدفق المهمة
الاستعلام عن المهمة
المتابعة من النتيجة
التفويضات
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