Remove background for product cutout
Remove the background from this product image to create a clean transparent cutout. Preserve all fine edge details including any translucent or semi-transparent areas like glass, thin fabric edges, or fine hair-like textures. The resulting cutout should have clean anti-aliased edges suitable for compositing onto any background color without visible halos or fringing artifacts.
View API Code
curl -X POST https://runapi.ai/api/v1/recraft/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "recraft-remove-background",
"prompt": "Remove the background from this product image to create a clean transparent cutout. Preserve all fine edge details including any translucent or semi-transparent areas like glass, thin fabric edges, or fine hair-like textures. The resulting cutout should have clean anti-aliased edges suitable for compositing onto any background color without visible halos or fringing artifacts."
}
JSON