๐๏ธ Inpaint API & web tool
Mask any area, type what should appear there โ sky, furniture, background extension. Scene-aware blending matches lighting and color cast.
What Inpaint does
Replace skies and backgrounds
Inpaint helps teams automate this workflow with a repeatable PixelAPI tool instead of manual editing.
Fill removed object regions
Inpaint helps teams automate this workflow with a repeatable PixelAPI tool instead of manual editing.
Change furniture or scene details
Inpaint helps teams automate this workflow with a repeatable PixelAPI tool instead of manual editing.
Create product-photo variants
Inpaint helps teams automate this workflow with a repeatable PixelAPI tool instead of manual editing.
How it works
Step 1
Upload image and mask.
Step 2
Describe the replacement area.
Step 3
PixelAPI blends lighting, texture and color.
Step 4
Download the edited image or call the API.
Real output examples
These are public PixelAPI sample outputs from the same workflow exposed inside the app.




Example prompts
Developer integration
Use the browser tool for manual production and QA, then automate the same workflow through PixelAPI developer endpoints and API keys.
curl -X POST https://api.pixelapi.dev/v1/generations \
-H "Authorization: Bearer $PIXELAPI_KEY" \
-F "tool=inpaint" \
-F "input=@input-file"FAQ
What is Inpaint?
Inpaint is a PixelAPI AI tool for ai inpainting api for image editing. You can use it in the web app or integrate it through PixelAPI developer workflows.
Can Google access this Inpaint page without login?
Yes. This is a plain static HTML page at /tools/inpaint.html with crawlable text, canonical metadata and schema. The working app may require login only when you run jobs.
How much does Inpaint cost?
Per image: 3 credits โ โ โน0.25 / $0.003 ยท AI inpainting
Can I use Inpaint from my own app?
Yes. PixelAPI is built around REST API workflows with bearer-token authentication, plus browser tools for manual QA and demos.