Verwenden Sie die CometAPI Submit Editor API (POST /mj/submit/edits), um Midjourney-Bilder mit maskBase64, Prompts, optionalen Originalen und transparenten Bearbeitungen zu bearbeiten.
{
"code": 123,
"description": "<string>",
"result": "<string>"
}maskBase64 zusammen mit prompt und optional das ursprüngliche imageimage zusammen mit prompt, wenn Sie ein Ergebnis mit transparentem Hintergrund ohne separate Maske möchtenEditor-Aufgabe absenden
Aufgabe abfragen
Mit dem Ergebnis fortfahren
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>"
}