Midjourney
الوصف (من الصورة إلى النص)
استخدم CometAPI POST /mj/submit/describe لاستخراج Prompt أولي بأسلوب Midjourney من صورة مرفوعة لإعادة المزج والتكرار بسرعة.
POST
Describe (image -> text)
استخدم نقطة النهاية هذه لاستخراج اقتراحات Prompt بأسلوب Midjourney من صورة إدخال.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.
ما الذي يفيد فيه هذا المسار
- تحويل صورة إلى مرشحات Prompt يمكنك إعادة مزجها
- استخراج اتجاه بصري قبل أن تبدأ مهمة imagine جديدة
- بناء حلقة تأليف أسرع عندما لا تريد كتابة أول Prompt من الصفر
تدفق المهمة
استعلام describe task
استخدم Fetch Single Task حتى تكتمل المهمة وتُرجع مخرجات شبيهة بـ Prompt.
إعادة استخدام Prompt المُنشأ
خذ مرشح Prompt الذي يناسب هدفك وتابع باستخدام Imagine لجولة إنشاء جديدة.
التفويضات
Bearer token authentication. Use your CometAPI key.
الجسم
application/json
Base64-encoded image to describe. Use a data URI such as data:image/png;base64,xxx. Provide either base64 or link.
URL of the image to describe. Provide either link or base64.
Bot type to use. MID_JOURNEY for Midjourney (default), NIJI_JOURNEY for Niji.
الخيارات المتاحة:
NIJI_JOURNEY, MID_JOURNEY Custom state string. Returned as-is in the task result and webhook callback for your own tracking.