Watermark removal API

Bearer-key access

Gemini Video API

Check credits, usage, and concurrency for image and video watermark removal with one API key.

Usage lookup

Enter your API key to query remaining credits and usage totals.

Live endpoint

Image removal

PNG
curl -X POST http://localhost:4321/api/remove/image \
  -H "Authorization: Bearer gv_your_key" \
  -F "[email protected]" \
  -F "strength=auto" \
  -o output.png

Video removal

MP4
curl -X POST http://localhost:4321/api/remove/video \
  -H "Authorization: Bearer gv_your_key" \
  -F "[email protected]" \
  -F "strength=auto" \
  -o output.mp4