Image Generation
Modify an existing image using ai
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
The existing image to be modified.
The percentage similarity to maintain with the original image.
The textual description of how the image should be modified.
The output type of the image to be generated.
Available options:
url
, Base64
The control function for image modification.
Available options:
none
, structure_transfer
, style_transfer
Was this page helpful?