All examples
Example Cogtemplate:background-remover

Image → transparent cutout

Background Remover

Remove a photo or illustration background to a transparent PNG with a warm, reusable segmentation session.

RTX 3090 scale to zero Transparent PNGrembgsegmentationtransparent PNG

Canonical example

Input and output, side by side

Verified hosted result · transparent PNG

01 · input
reference image
Background Remover reference input
image
https://app.nz/static/cogs/background-remover-input.webp
model
isnet-general-use
02 · Transparent PNG
Background Remover output preview

Run the same recipe everywhere

curl -sX POST https://app.nz/api/cogs/run \
  -H "Authorization: Bearer $APP_NZ_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template":"background-remover","input":{"image":"https://app.nz/static/cogs/background-remover-input.webp","model":"isnet-general-use"}}'