Intelligently replace specified areas of an image based on the content of the mask image
Request
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Body Params multipart/form-data
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/erase' \
--header 'Accept: image/*' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--form 'image_url=@""' \
--form 'mask_image_url=@""'
Responses
application/json Modified at 2024-09-03 08:00:43