POST
/
api
/
ai
/
images
/
modify
/
v3
/
search-replace-image

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multi-part/form-data
existing_image
string

The image to be modified or edited.

output_type
enum<string>

The type of output to be generated. You can choose between url and blob. URL will return a cloud-hosted Temporary URL for the generated image, you need to handle the image download on your end. blob will return the image as a base64 encoded string.

Available options:
url,
blob
modification
string

The description of the modification to be applied to the image. This can include instructions or desired outcomes for the image modification process.

search_object
string

The object or element you want to replace the searched object with.

Response

200 - application/json
status
string

Status indicating the success of the image generation.

image
string

The generated image.

processing_time
integer

The time taken to process the request, in milliseconds.

processing_id
string

A universally unique identifier for the request. This can be used to track the request in the logs.

processing_count
integer

The number of times the request has been processed. This is what is considered in the Billing Process. This is either the number of times the image is processed or the number of words that the server processes.