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
image
string
Required
Image being reprocessed (maximum size 10 megabytes); currently only supports JPEG, WebP, and PNG formats.
Format
"binary"mask
string
Mask image used to specify the editing area
Format
"binary"seed
integer
Random seed, range 0-2147483647, setting this value enables reproducible results
Minimum
0Maximum
2147483647prompt
string
Required
Prompt text required for image editing
Responses
Success
application/json
object
code
integer
Required
message
string
Required
request_id
string
Required
data
object
Required