Single Image β Authenticated API (metered, recommended)
# Requires an API key with the "bg-removal:write" scope (Pro/Enterprise plans).
# Get a key at https://calculatorapp.me/developers/dashboard
curl -X POST https://calculatorapp.me/api/v1/bg-removal/remove \
-H "X-API-Key: cak_your_key_here" \
-F "file=@product.jpg" \
-F "qualityMode=balanced" \
--output product-no-bg.png
# Responses include X-RateLimit-* headers and x-provider / x-quality-tier.
# 401 = missing/invalid key Β· 403 = key lacks the bg-removal:write scope (upgrade to Pro)
# 429 = rate or monthly quota exceeded