Logo Removal API
API documentation for removing logos and watermarks
Logo Removal API
The Logo Removal service allows you to erase logos and watermarks from your images while preserving visual quality.
Remove a logo
This endpoint initiates a new generation to remove a logo or watermark from an image. This operation also creates a new project.
Request Parameters
The unique user identifier (UUID) that you can retrieve from your Developer Space
URL of the image containing the logo to remove (format: jpg, png)
URL of the mask indicating the logo area to remove
The URL we call once the generation is complete
Response
The unique generation identifier (UUID) to use with the retrieval API
The number of photos remaining after this generation
The unique project identifier (UUID)
Request Example
Response Example
Generate a removal variation
This endpoint allows you to generate a variation of a previously performed logo removal.
Request Parameters
The unique user identifier (UUID)
The unique identifier of the previous generation
URL of the original image containing the logo
Optional URL of a new mask. If not provided, the mask from the previous generation will be used
The URL we call once the generation is complete
Response
The unique identifier of the new generation
Request Example
Response Example
Retrieve a generated removal
This endpoint allows you to obtain the result of a previously performed generation.
Request Parameters
The unique user identifier (UUID)
The unique identifier of the generation to retrieve
Response
The generation status: “STARTING”, “PROCESSING”, “SUCCEEDED”, “FAILED”
An array containing the URLs of generated images (present only if status=“SUCCEEDED”)
The number of variations already performed on this project
Request Example
Response Example
Important note: In case of “FAILED” status, your photos are automatically refunded.