FAPIhub
  • Welcome
  • Getting Started
    • Introduction
  • APIs
    • AI Background Remover API
    • AI Picture Upscaler API
    • AI Object Remover API
    • AI Content Detector API
Powered by GitBook
On this page
  • Sample Usage
  • How to make mask image?
  1. APIs

AI Object Remover API

Remove an object, person, text, or watermark from a picture in 2 secs. Just select the photo and paint over the selected item to clean up your picture.

PreviousAI Picture Upscaler APINextAI Content Detector API

Last updated 14 hours ago

Sample Usage

curl -X POST "https://fapihub.com/v2/inpainting/" \
  -H "token: API_TOKEN" \
  -F "image=@image.png" \
  -F "mask=@mask.png"
Original
Mask
Resul

How to make mask image?

To make a mask image from painted image, you have to use this .

Original
Painted
Mask

github repository