Client to process images in a folder
This tool is available for customers who have 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
src
folder and createout
folder for seeing the processed images
CLI options
- --host (required, Image Background Remove Addon API Host)
- --api-key (required, FileSpin SaaS account API Key)
- --output-directory (path to output directory) - The output directory for processed images
- --reprocess-existing - Images which have already been processed are skipped by default. Specify this flag to force reprocessing.