Loading…
images
Use Background Remover programmatically via the ToolVerse REST API.
POST /api/v1/t/background-remover/
curl -X POST "$API/t/background-remover/" \
-H "X-API-Key: tv_xxx" \
-H "Content-Type: application/json" \
-d '{"input":"..."}'Authenticate with an API key from the Developers portal or a user JWT.
client