Usa l’API Submit Editor di CometAPI (POST /mj/submit/edits) per modificare immagini Midjourney con maskBase64, prompt, originali opzionali e modifiche trasparenti.
{
"code": 123,
"description": "<string>",
"result": "<string>"
}maskBase64 insieme a prompt e, facoltativamente, l’image originaleimage insieme a prompt quando desideri un risultato con sfondo trasparente senza una maschera separataInvia il task dell'editor
Interroga il task
Prosegui dal risultato
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>"
}