Object Removal
Remove unwanted objects
AI-Powered
Object Removal Studio
Upload your original image and a mask to remove unwanted objects. Our AI will seamlessly erase objects and intelligently fill the background for flawless results.
Original Image
Upload the original image with objects you want to remove
Mask Image
Upload a mask image - white areas mark objects to remove
Instructions (Optional)
The AI will intelligently remove 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 remove
- 3AI intelligently fills removed 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 removal. 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": ""
}'