bgdestroyer
收藏RapidAPI2022-10-21 更新2024-05-11 收录
下载链接:
https://rapidapi.com/samos123/api/bgdestroyer
下载链接
链接失效反馈官方服务:
资源简介:
Remove background from image with the power of AI.
Example on how to use CURL to remove background from image `demo.jpg` and store the result as `removed-background.png`:
```
curl --request POST \
--url https://bgdestroyer.p.rapidapi.com/remove \
--header 'X-RapidAPI-Host: bgdestroyer.p.rapidapi.com' \
--header 'X-RapidAPI-Key: $RAPID_API_KEY' \
-F 'file=@demo.jpg' -o removed-background.png
```
创建时间:
2022-10-21



