v1/generation
image-to-image/masking
Selectively modify portions of an image using a mask
post/generation/{engine_id}/image-to-image/masking
Path parameters
engine_idstring required
Headers
Accept'application/json' | 'image/png'
The format of the response. Leave blank for JSON, or set to 'image/png' for a PNG image.
Organizationstring
Allows for requests to be scoped to an organization other than the user's default. If not provided, the user's default organization will be used.
Response
OK response.
Example response
[
{
"base64": "Sed corporis modi et.",
"finishReason": "CONTENT_FILTERED",
"seed": 1229191277
}
]