curl -H ‘API-KEY: YOUR_SLAZZER_API_KEY’
-F ‘source_image_file=@source_image_path’
-f https://api.slazzer.com/v2.0/remove_image_background
-o output.png
How To Use This To Make A Image Background Remover
curl -H ‘API-KEY: YOUR_SLAZZER_API_KEY’
-F ‘source_image_file=@source_image_path’
-f https://api.slazzer.com/v2.0/remove_image_background
-o output.png
How To Use This To Make A Image Background Remover
According to the documentation, this API uses multipart/formdata
, which is not supported by the web component …
probably an extension can help… you might want to do a search in the community… however up to now I haven’t seen a working solution for this…
Taifun