استخدم واجهة CometAPI Submit Editor API (POST /mj/submit/edits) لتحرير صور Midjourney باستخدام maskBase64 وprompts وoriginals الاختيارية وعمليات التحرير الشفافة.
{
"code": 123,
"description": "<string>",
"result": "<string>"
}maskBase64 مع prompt، ويمكنك اختياريًا إرسال image الأصليةimage مع prompt عندما تريد نتيجة بخلفية شفافة بدون قناع منفصلإرسال مهمة المحرر
الاستعلام عن المهمة
المتابعة من النتيجة
Bearer token authentication. Use your CometAPI key.
Text prompt describing the desired edit.
Image to edit. Pass a public URL or a base64-encoded data URI.
Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
Webhook URL to receive task status updates. Falls back to your account-level webhook if omitted.
When true, return the original provider image URL instead of a CometAPI-proxied link.
{
"code": 123,
"description": "<string>",
"result": "<string>"
}