Intelligently replace specified areas of an image based on the content of the mask image
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/erase' \
--header 'Accept: image/*' \
--header 'Authorization: Bearer ' \
--form 'image_url=@""' \
--form 'mask_image_url=@""'
Responses
application/json Modified at 2024-09-03 08:00:43