RBG Client
Note: This tool is available for customers who have the Image Remove Background Addon enabled.
Use this native client to process images using the Remove Background API in on-premise deployments.
Usage
./removebg ./src/* --host API_HOST --api-key API_KEY --output-directory ./out
Drop the files locally in a src folder and create an out folder for the processed images.
CLI Options
| Option | Description |
|---|---|
--host | (required) Image Background Remove Addon API Host |
--api-key | (required) FileSpin SaaS account API Key |
--output-directory | Path to the output directory for processed images |
--reprocess-existing | Images already processed are skipped by default. Use this flag to force reprocessing. |