Light Mode
Retouch API
POST
/image/edits/removeThe Retouch API allows users to erase unwanted objects or elements from an image. By leveraging advanced AI algorithms, it intelligently fills the removed areas with contextually appropriate details, making it ideal for photo editing and retouching.
Request
Header Params
Authorization
string
required
A bearer token that authenticates the user for making the request.
Example:
Bearer {{API Token}}
Body Params multipart/form-data
image
file
required
The image file to be edited.
mask
file
required
The mask image indicating the areas to be removed.
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : Binaryapplication/octet-stream
Example
The response for 200 code is bytes.
Last modified: 4 days ago