CometAPI Submit Editor API(POST /mj/submit/edits)를 사용해 maskBase64, 프롬프트, 선택적 원본 이미지, 투명 편집으로 Midjourney 이미지를 편집합니다.
{
"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>"
}