Eraser Tool

Precision eraser

AI-Powered

Eraser Tool Studio

Upload your original image and a mask to erase unwanted objects. Our AI will seamlessly remove objects and intelligently fill the background for flawless results.

Original Image

Upload the original image with objects you want to erase

Mask Image

Upload a mask image - white areas mark objects to erase

Instructions (Optional)

The AI will intelligently erase objects based on your mask and fill the area naturally

Ready to Create

Your result will appear here

Pro Tips

  • 1Upload a clear original image for best results
  • 2Create a mask where white areas mark objects to erase
  • 3AI intelligently fills erased areas with natural background
  • 4Works on complex backgrounds and multiple objects
Quick Start Examples

Select an example to instantly load settings. Start creating in seconds!

API Integration

FlyArt AI API supports intelligent object erasing. Upload an image and its mask to seamlessly erase unwanted objects with professional results.

curl --location --request POST 'https://api.flyart.ai/api/v3/flyart-ai/image-eraser' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer YOUR_API_KEY" \
--data-raw '{
  "enable_base64_output": false,
  "enable_sync_mode": false,
  "image": "https://example.com/image.jpg",
  "mask_image": "https://example.com/mask.png",
  "output_format": "jpeg",
  "prompt": ""
}'