Skip to content

Generate 3.0 (Image Edit) Edit

POST
/ideogram/v1/ideogram-v3/edit
  • Edits images synchronously using the Ideogram 3.0 model based on the given prompt and optional parameters
  • Returned image URLs are valid for 24 hours, after which they become inaccessible
  • Images are proxied
  • Official documentation: Edit v3 API

Authorizations

bearer
Type
HTTP (bearer)

Request Body

multipart/form-data
object

Image being reprocessed (maximum size 10 megabytes); currently only supports JPEG, WebP, and PNG formats.

Format"binary"

Mask image used to specify the editing area

Format"binary"

Random seed, range 0-2147483647, setting this value enables reproducible results

Minimum0
Maximum2147483647

Prompt text required for image editing

Responses

Success

application/json
object
object
Required

Playground

Authorization
Body

Samples