Sign in

Execute Remove.bg

documented

Run Remove.bg background removal on a file.

POST /addons/remove_bg/execute/Add-Onsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.uploadcare.com/addons/remove_bg/execute/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
  -d '{"target": "{{$target_uuid}}", "params": {"crop": {{$crop}}, "bg_color": "{{$bg_color}}", "type_level": {{$type_level}}, "channels": "{{$channels}}"}}'
Execute Remove.bg · uploadcare · OpenIntegrations