Image Background Removing Using This API

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


Try this

Also read the API Reference- it will help you.

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